瀏覽代碼

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"