net: Add missing linux/prefetch.h include to net/core/sock.c
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 May 2012 06:25:55 +0000 (02:25 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 May 2012 06:25:55 +0000 (02:25 -0400)
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c

index 1a88351..b8c818e 100644 (file)
 #include <linux/user_namespace.h>
 #include <linux/static_key.h>
 #include <linux/memcontrol.h>
+#include <linux/prefetch.h>
 
 #include <asm/uaccess.h>