diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2011-12-22 17:03:29 +1100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2012-01-06 14:17:31 -0800 |
commit | e3b22a8ecc595fd80bc3cd84d32e7d4ee7fe9ad8 (patch) | |
tree | 65e687c0a8513b7ce1cda00cf95501c546927b8c /net | |
parent | 44f6d7e64fc76fe710b95afee4fee984c19d0e64 (diff) |
ipv4: using prefetch requires including prefetch.h
[ Upstream commit b9eda06f80b0db61a73bd87c6b0eb67d8aca55ad ]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 75fc6d5faa9d..b5638545debc 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> |