Просмотр исходного кода

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>
Stephen Rothwell 13 лет назад
Родитель
Сommit
b9eda06f80
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      net/ipv4/route.c

+ 1 - 0
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>