diff options
Diffstat (limited to 'include/linux/netpoll.h')
| -rw-r--r-- | include/linux/netpoll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netpoll.h b/include/linux/netpoll.h index 9d7d8c64f7c8..fa2cb76a7029 100644 --- a/include/linux/netpoll.h +++ b/include/linux/netpoll.h | |||
| @@ -40,7 +40,7 @@ struct netpoll_info { | |||
| 40 | 40 | ||
| 41 | unsigned long rx_flags; | 41 | unsigned long rx_flags; |
| 42 | spinlock_t rx_lock; | 42 | spinlock_t rx_lock; |
| 43 | struct mutex dev_lock; | 43 | struct semaphore dev_lock; |
| 44 | struct list_head rx_np; /* netpolls that registered an rx_hook */ | 44 | struct list_head rx_np; /* netpolls that registered an rx_hook */ |
| 45 | 45 | ||
| 46 | struct sk_buff_head neigh_tx; /* list of neigh requests to reply to */ | 46 | struct sk_buff_head neigh_tx; /* list of neigh requests to reply to */ |
