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-Tag: firefly_0821_release~7613^2~3670^2~421 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=caeda9b926c608702c99f3432aae2c24298c3c1d;p=firefly-linux-kernel-4.4.55.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 09b3742c4c89..c09ff096525a 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -129,6 +129,7 @@ #include #include #include +#include #include "net-sysfs.h"