diff options
author | Sasha Neftin <[email protected]> | 2021-10-25 10:16:36 +0300 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2021-12-21 09:17:47 -0800 |
commit | 8e153faf5827cadb873aed2d28a5fb774ca7ca55 (patch) | |
tree | f5bd366c497090257b39627e6ce115a537f61d03 | |
parent | 7a34cda1ee8abf2381af12e9e86b2bdf789a9b0b (diff) |
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 <[email protected]>
Reviewed-by: Paul Menzel <[email protected]>
Tested-by: Nechama Kraus <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
-rw-r--r-- | drivers/net/ethernet/intel/igc/igc_hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_hw.h b/drivers/net/ethernet/intel/igc/igc_hw.h index 587db7483f25..76832e55cbbb 100644 --- a/drivers/net/ethernet/intel/igc/igc_hw.h +++ b/drivers/net/ethernet/intel/igc/igc_hw.h @@ -55,7 +55,6 @@ enum igc_mac_type { enum igc_phy_type { igc_phy_unknown = 0, - igc_phy_none, igc_phy_i225, }; |