Commit b9eda06f80b0db61a73bd87c6b0eb67d8aca55ad

Authored by Stephen Rothwell
Committed by Linus Torvalds
1 parent ecefc36b41

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -91,6 +91,7 @@
91 91 #include <linux/rcupdate.h>
92 92 #include <linux/times.h>
93 93 #include <linux/slab.h>
  94 +#include <linux/prefetch.h>
94 95 #include <net/dst.h>
95 96 #include <net/net_namespace.h>
96 97 #include <net/protocol.h>