projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.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
|
blame
|
history
diff --git
a/net/core/dev.c
b/net/core/dev.c
index 09b3742c4c89fee868e5167f11dd7614bcad9e3f..c09ff096525a5a7cb8b9c33d1d8f382e7541edff 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"