Commit 6145787d authored by Sasha Neftin's avatar Sasha Neftin Committed by Jeff Kirsher

igc: Remove the unused field from a device specification structure

This patch comes to clean up the device specification structure.
Signed-off-by: default avatarSasha Neftin <sasha.neftin@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 2b69286d
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment