]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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 09b3742c4c89fee868e5167f11dd7614bcad9e3f..c09ff096525a5a7cb8b9c33d1d8f382e7541edff 100644 (file)
 #include <linux/random.h>
 #include <trace/events/napi.h>
 #include <linux/pci.h>
+#include <linux/inetdevice.h>
 
 #include "net-sysfs.h"