summary refs log tree commit diff
path: root/net/core
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-09-16 21:39:16 -0700
committerDavid S. Miller <davem@davemloft.net>2010-09-16 21:39:16 -0700
commitcaeda9b926c608702c99f3432aae2c24298c3c1d (patch)
treeb445188933e9b665ff0c30e47256f8773e2dbd22 /net/core
parent16c3ea785fe4a383c6675dfe7316f3c815755bdd (diff)
downloadlinux-caeda9b926c608702c99f3432aae2c24298c3c1d.tar.gz
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>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 09b3742c4c89..c09ff096525a 100644
--- a/net/core/dev.c
+++ b/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"