Skip to content

Commit 8e153fa

Browse files
Sasha Neftinanguy11
authored andcommitted
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]>
1 parent 7a34cda commit 8e153fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/intel/igc/igc_hw.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ enum igc_mac_type {
5555

5656
enum igc_phy_type {
5757
igc_phy_unknown = 0,
58-
igc_phy_none,
5958
igc_phy_i225,
6059
};
6160

0 commit comments

Comments
 (0)