diff options
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 08291c1be41e..8b2b82131b67 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -239,7 +239,9 @@ struct sock { | |||
239 | int sk_sndbuf; | 239 | int sk_sndbuf; |
240 | struct sk_buff_head sk_receive_queue; | 240 | struct sk_buff_head sk_receive_queue; |
241 | struct sk_buff_head sk_write_queue; | 241 | struct sk_buff_head sk_write_queue; |
242 | #ifdef CONFIG_NET_DMA | ||
242 | struct sk_buff_head sk_async_wait_queue; | 243 | struct sk_buff_head sk_async_wait_queue; |
244 | #endif | ||
243 | int sk_wmem_queued; | 245 | int sk_wmem_queued; |
244 | int sk_forward_alloc; | 246 | int sk_forward_alloc; |
245 | gfp_t sk_allocation; | 247 | gfp_t sk_allocation; |