Преглед на файлове

net: include inetdevice.h for rcu_dereference_raw api change

rcu_dereference_raw() now needs to know the type of its argument.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stephen Rothwell преди 14 години
родител
ревизия
caeda9b926
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      net/core/dev.c

+ 1 - 0
net/core/dev.c

@@ -129,6 +129,7 @@
 #include <linux/random.h>
 #include <trace/events/napi.h>
 #include <linux/pci.h>
+#include <linux/inetdevice.h>
 
 #include "net-sysfs.h"