net: include inetdevice.h for rcu_dereference_raw api change
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 17 Sep 2010 04:39:16 +0000 (21:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Sep 2010 04:39:16 +0000 (21:39 -0700)
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>
net/core/dev.c

index 09b3742..c09ff09 100644 (file)
 #include <linux/random.h>
 #include <trace/events/napi.h>
 #include <linux/pci.h>
+#include <linux/inetdevice.h>
 
 #include "net-sysfs.h"