diff options
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r-- | drivers/net/igb/igb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h index 5915efccbcab..d4a042344728 100644 --- a/drivers/net/igb/igb.h +++ b/drivers/net/igb/igb.h | |||
@@ -271,7 +271,9 @@ struct igb_adapter { | |||
271 | /* to not mess up cache alignment, always add to the bottom */ | 271 | /* to not mess up cache alignment, always add to the bottom */ |
272 | unsigned long state; | 272 | unsigned long state; |
273 | unsigned int msi_enabled; | 273 | unsigned int msi_enabled; |
274 | 274 | #ifdef CONFIG_DCA | |
275 | unsigned int dca_enabled; | ||
276 | #endif | ||
275 | u32 eeprom_wol; | 277 | u32 eeprom_wol; |
276 | 278 | ||
277 | /* for ioport free */ | 279 | /* for ioport free */ |