From: Sasha Neftin Date: Mon, 25 Oct 2021 07:16:36 +0000 (+0300) Subject: igc: Remove unused phy type X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8e153faf5827;p=linux.git 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 Reviewed-by: Paul Menzel Tested-by: Nechama Kraus Signed-off-by: Tony Nguyen --- diff --git a/drivers/net/ethernet/intel/igc/igc_hw.h b/drivers/net/ethernet/intel/igc/igc_hw.h index 587db7483f255..76832e55cbbbd 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, };