projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecefc36
)
ipv4: using prefetch requires including prefetch.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Thu, 22 Dec 2011 06:03:29 +0000
(17:03 +1100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 22 Dec 2011 17:16:09 +0000
(09:16 -0800)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
net/ipv4/route.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/route.c
b/net/ipv4/route.c
index 252c512e8a81f352a5fb7578af8bad5c353bf094..85cc053d9d6ec19238ef44861db1ac71a4a4a4b1 100644
(file)
--- a/
net/ipv4/route.c
+++ b/
net/ipv4/route.c
@@
-91,6
+91,7
@@
#include <linux/rcupdate.h>
#include <linux/times.h>
#include <linux/slab.h>
+#include <linux/prefetch.h>
#include <net/dst.h>
#include <net/net_namespace.h>
#include <net/protocol.h>