projects
/
platform
/
upstream
/
kernel-adaptation-pc.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
|
history
diff --git
a/net/core/netevent.c
b/net/core/netevent.c
index
35d02c3
..
95f81de
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);