aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-05-03 02:25:55 -0400
committerDavid S. Miller <davem@davemloft.net>2012-05-03 02:25:55 -0400
commit8c1ae10d792155a7221be12b37dcebc3bcc1b49f (patch)
tree7158a15a07ec14f5c757efe79e3eaf06e920ee27 /net
parentnet: Stop decapitating clones that have a head_frag (diff)
downloadlinux-dev-8c1ae10d792155a7221be12b37dcebc3bcc1b49f.tar.xz
linux-dev-8c1ae10d792155a7221be12b37dcebc3bcc1b49f.zip
net: Add missing linux/prefetch.h include to net/core/sock.c
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/core/sock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index 1a8835117fd6..b8c818e69c23 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -113,6 +113,7 @@
#include <linux/user_namespace.h>
#include <linux/static_key.h>
#include <linux/memcontrol.h>
+#include <linux/prefetch.h>
#include <asm/uaccess.h>