From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Fri, 17 Sep 2010 04:39:16 +0000 (-0700)
Subject: net: include inetdevice.h for rcu_dereference_raw api change
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=caeda9b926c608702c99f3432aae2c24298c3c1d;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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

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"