From: Sasha Neftin Date: Mon, 18 Jul 2022 09:50:15 +0000 (+0300) Subject: igc: Remove forced_speed_duplex value X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6ac0db3f2bf64a02f239421d7c44f9b45b077eee;p=linux.git igc: Remove forced_speed_duplex value u8 forced_speed_duplex from value from igc_mac_info struct is not used. This patch comes to tidy up the driver code. Signed-off-by: Sasha Neftin 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 360644f33d5f0..88680e3d613dd 100644 --- a/drivers/net/ethernet/intel/igc/igc_hw.h +++ b/drivers/net/ethernet/intel/igc/igc_hw.h @@ -89,8 +89,6 @@ struct igc_mac_info { u32 mta_shadow[MAX_MTA_REG]; u16 rar_entry_count; - u8 forced_speed_duplex; - bool asf_firmware_present; bool arc_subsystem_valid;