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>
This commit is contained in:
Stephen Rothwell 2010-09-16 21:39:16 -07:00 committed by David S. Miller
parent 16c3ea785f
commit caeda9b926

View file

@ -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"