projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25845b5
)
[NET]: net/core/netevent.c should #include <net/netevent.h>
author
Adrian Bunk
<bunk@stusta.de>
Fri, 6 Jul 2007 00:06:21 +0000
(17:06 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 6 Jul 2007 00:40:27 +0000
(17:40 -0700)
Every file should include the headers containing the prototypes for
its global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netevent.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/netevent.c
b/net/core/netevent.c
index 35d02c38554e06b9b80fc86ef457698ff94d0aaf..95f81de87502ee13cae8c4664c1cb65e949ff159 100644
(file)
--- a/
net/core/netevent.c
+++ b/
net/core/netevent.c
@@
-15,6
+15,7
@@
#include <linux/rtnetlink.h>
#include <linux/notifier.h>
+#include <net/netevent.h>
static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain);