From: Stephen Rothwell 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%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 Signed-off-by: David S. Miller --- diff --git a/net/core/dev.c b/net/core/dev.c index 09b3742c4c8..c09ff096525 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -129,6 +129,7 @@ #include #include #include +#include #include "net-sysfs.h"