projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c3ea7
)
net: include inetdevice.h for rcu_dereference_raw api change
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 17 Sep 2010 04:39:16 +0000
(21:39 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/core/dev.c
b/net/core/dev.c
index
09b3742
..
c09ff09
100644
(file)
--- 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"