aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/netpoll.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netpoll.h b/include/linux/netpoll.h
index 93a8b7664423..c65d12ec7bb0 100644
--- a/include/linux/netpoll.h
+++ b/include/linux/netpoll.h
@@ -28,7 +28,6 @@ struct netpoll_info {
28 atomic_t refcnt; 28 atomic_t refcnt;
29 spinlock_t poll_lock; 29 spinlock_t poll_lock;
30 int poll_owner; 30 int poll_owner;
31 int tries;
32 int rx_flags; 31 int rx_flags;
33 spinlock_t rx_lock; 32 spinlock_t rx_lock;
34 struct netpoll *rx_np; /* netpoll that registered an rx_hook */ 33 struct netpoll *rx_np; /* netpoll that registered an rx_hook */