diff options
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r-- | drivers/net/igb/igb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h index 797a9fe107ad..bb8c35cec1ab 100644 --- a/drivers/net/igb/igb.h +++ b/drivers/net/igb/igb.h | |||
@@ -35,6 +35,8 @@ | |||
35 | #include "e1000_82575.h" | 35 | #include "e1000_82575.h" |
36 | 36 | ||
37 | #include <linux/clocksource.h> | 37 | #include <linux/clocksource.h> |
38 | #include <linux/timecompare.h> | ||
39 | #include <linux/net_tstamp.h> | ||
38 | 40 | ||
39 | struct igb_adapter; | 41 | struct igb_adapter; |
40 | 42 | ||
@@ -255,6 +257,8 @@ struct igb_adapter { | |||
255 | struct net_device_stats net_stats; | 257 | struct net_device_stats net_stats; |
256 | struct cyclecounter cycles; | 258 | struct cyclecounter cycles; |
257 | struct timecounter clock; | 259 | struct timecounter clock; |
260 | struct timecompare compare; | ||
261 | struct hwtstamp_config hwtstamp_config; | ||
258 | 262 | ||
259 | /* structs defined in e1000_hw.h */ | 263 | /* structs defined in e1000_hw.h */ |
260 | struct e1000_hw hw; | 264 | struct e1000_hw hw; |