diff options
Diffstat (limited to 'drivers/net/fs_enet/fs_enet.h')
-rw-r--r-- | drivers/net/fs_enet/fs_enet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fs_enet/fs_enet.h b/drivers/net/fs_enet/fs_enet.h index 569be225cd05..46d0606b1439 100644 --- a/drivers/net/fs_enet/fs_enet.h +++ b/drivers/net/fs_enet/fs_enet.h | |||
@@ -121,6 +121,7 @@ struct fs_enet_mii_bus { | |||
121 | }; | 121 | }; |
122 | 122 | ||
123 | struct fs_enet_private { | 123 | struct fs_enet_private { |
124 | struct napi_struct napi; | ||
124 | struct device *dev; /* pointer back to the device (must be initialized first) */ | 125 | struct device *dev; /* pointer back to the device (must be initialized first) */ |
125 | spinlock_t lock; /* during all ops except TX pckt processing */ | 126 | spinlock_t lock; /* during all ops except TX pckt processing */ |
126 | spinlock_t tx_lock; /* during fs_start_xmit and fs_tx */ | 127 | spinlock_t tx_lock; /* during fs_start_xmit and fs_tx */ |