diff options
Diffstat (limited to 'drivers/net/ethernet/sun/sunvnet.h')
-rw-r--r-- | drivers/net/ethernet/sun/sunvnet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sun/sunvnet.h b/drivers/net/ethernet/sun/sunvnet.h index d347a5bf24b0..de5c2c64996f 100644 --- a/drivers/net/ethernet/sun/sunvnet.h +++ b/drivers/net/ethernet/sun/sunvnet.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef _SUNVNET_H | 1 | #ifndef _SUNVNET_H |
2 | #define _SUNVNET_H | 2 | #define _SUNVNET_H |
3 | 3 | ||
4 | #include <linux/interrupt.h> | ||
5 | |||
4 | #define DESC_NCOOKIES(entry_size) \ | 6 | #define DESC_NCOOKIES(entry_size) \ |
5 | ((entry_size) - sizeof(struct vio_net_desc)) | 7 | ((entry_size) - sizeof(struct vio_net_desc)) |
6 | 8 | ||
@@ -78,6 +80,8 @@ struct vnet { | |||
78 | 80 | ||
79 | struct list_head list; | 81 | struct list_head list; |
80 | u64 local_mac; | 82 | u64 local_mac; |
83 | |||
84 | struct tasklet_struct vnet_tx_wakeup; | ||
81 | }; | 85 | }; |
82 | 86 | ||
83 | #endif /* _SUNVNET_H */ | 87 | #endif /* _SUNVNET_H */ |