ipv4: using prefetch requires including prefetch.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 Dec 2011 06:03:29 +0000 (17:03 +1100)
committerLinus 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

index 252c512..85cc053 100644 (file)
@@ -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>