mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00: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
@ -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 New Issue
Block a user