diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-12-22 17:03:29 +1100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-12-22 09:16:09 -0800 |
commit | b9eda06f80b0db61a73bd87c6b0eb67d8aca55ad (patch) | |
tree | 9b5efa31d7a551dd86f4a338b9fba618ac83826c /net | |
parent | ecefc36b41ac0fe92d76273a23faf27b2da13411 (diff) | |
download | op-kernel-dev-b9eda06f80b0db61a73bd87c6b0eb67d8aca55ad.zip op-kernel-dev-b9eda06f80b0db61a73bd87c6b0eb67d8aca55ad.tar.gz |
ipv4: using prefetch requires including prefetch.h
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/route.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 252c512..85cc053 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> |