aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <[email protected]>2011-12-22 17:03:29 +1100
committerLinus Torvalds <[email protected]>2011-12-22 09:16:09 -0800
commitb9eda06f80b0db61a73bd87c6b0eb67d8aca55ad (patch)
tree9b5efa31d7a551dd86f4a338b9fba618ac83826c
parentecefc36b41ac0fe92d76273a23faf27b2da13411 (diff)
ipv4: using prefetch requires including prefetch.h
Signed-off-by: Stephen Rothwell <[email protected]> Acked-by: Eric Dumazet <[email protected]> Acked-by: David Miller <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--net/ipv4/route.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 252c512e8a81..85cc053d9d6e 100644
--- 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>