From: Sasha Neftin Date: Sun, 23 Jun 2019 10:42:32 +0000 (+0300) Subject: igc: Remove the unused field from a device specification structure X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6145787d5e2eb973fa9f73d228d7a6a13650b1d1;p=linux.git igc: Remove the unused field from a device specification structure This patch comes to clean up the device specification structure. Signed-off-by: Sasha Neftin Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/igc/igc_hw.h b/drivers/net/ethernet/intel/igc/igc_hw.h index f689f0a02b5d1..9a338fbf671c2 100644 --- a/drivers/net/ethernet/intel/igc/igc_hw.h +++ b/drivers/net/ethernet/intel/igc/igc_hw.h @@ -184,12 +184,7 @@ struct igc_fc_info { }; struct igc_dev_spec_base { - bool global_device_reset; - bool eee_disable; bool clear_semaphore_once; - bool module_plugged; - u8 media_port; - bool mas_capable; }; struct igc_hw {