From: Sasha Neftin Date: Wed, 1 Jul 2020 11:30:43 +0000 (+0300) Subject: igc: Remove ledctl_ fields from the mac_info structure X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=643e5c2e8c61fb21fe7a2221528016b9d712526b;p=linux.git igc: Remove ledctl_ fields from the mac_info structure LED control currently not implemented. Signed-off-by: Sasha Neftin Tested-by: Aaron Brown 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 ac3de58e6e265..694c209657b1a 100644 --- a/drivers/net/ethernet/intel/igc/igc_hw.h +++ b/drivers/net/ethernet/intel/igc/igc_hw.h @@ -83,9 +83,6 @@ struct igc_mac_info { enum igc_mac_type type; u32 collision_delta; - u32 ledctl_default; - u32 ledctl_mode1; - u32 ledctl_mode2; u32 mc_filter_type; u32 tx_packet_delta; u32 txcw;