diff options
Diffstat (limited to 'include/linux/net.h')
| -rw-r--r-- | include/linux/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index 6554d3ba4396..e0930678c8bf 100644 --- a/include/linux/net.h +++ b/include/linux/net.h | |||
| @@ -114,7 +114,7 @@ struct socket { | |||
| 114 | 114 | ||
| 115 | unsigned long flags; | 115 | unsigned long flags; |
| 116 | 116 | ||
| 117 | struct socket_wq __rcu *wq; | 117 | struct socket_wq *wq; |
| 118 | 118 | ||
| 119 | struct file *file; | 119 | struct file *file; |
| 120 | struct sock *sk; | 120 | struct sock *sk; |
