projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2996d31
)
net: Add missing linux/prefetch.h include to net/core/sock.c
author
David S. Miller
<davem@davemloft.net>
Thu, 3 May 2012 06:25:55 +0000
(
02:25
-0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/core/sock.c
b/net/core/sock.c
index 1a8835117fd680b68d812f465fd1d14e92881ce1..b8c818e69c23ca9c65a3903f20e84ad8e97c025e 100644
(file)
--- 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>