summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-09-17 04:39:16 (GMT)
committerDavid S. Miller <davem@davemloft.net>2010-09-17 04:39:16 (GMT)
commitcaeda9b926c608702c99f3432aae2c24298c3c1d (patch)
treeb445188933e9b665ff0c30e47256f8773e2dbd22 /net
parent16c3ea785fe4a383c6675dfe7316f3c815755bdd (diff)
downloadlinux-fsl-qoriq-caeda9b926c608702c99f3432aae2c24298c3c1d.tar.xz
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')
-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 09b3742..c09ff09 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"