mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	igc: Remove unused phy type
_phy_none type not in use. Clean up the code accordingly, and get rid of the unused enum line Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de> Tested-by: Nechama Kraus <nechamax.kraus@linux.intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
		
							parent
							
								
									7a34cda1ee
								
							
						
					
					
						commit
						8e153faf58
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -55,7 +55,6 @@ enum igc_mac_type {
 | 
			
		|||
 | 
			
		||||
enum igc_phy_type {
 | 
			
		||||
	igc_phy_unknown = 0,
 | 
			
		||||
	igc_phy_none,
 | 
			
		||||
	igc_phy_i225,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue