diff options
| author | Adrian Bunk <bunk@stusta.de> | 2007-07-05 20:06:21 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-05 20:40:27 -0400 |
| commit | 94b83419e5b56a87410fd9c9939f0081fc155d65 (patch) | |
| tree | c5237a5437c466ab69dd47d48e7362380e99318f | |
| parent | 25845b5155b55cd77e42655ec24161ba3feffa47 (diff) | |
[NET]: net/core/netevent.c should #include <net/netevent.h>
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>
| -rw-r--r-- | net/core/netevent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/netevent.c b/net/core/netevent.c index 35d02c38554e..95f81de87502 100644 --- a/net/core/netevent.c +++ b/net/core/netevent.c | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | #include <linux/rtnetlink.h> | 16 | #include <linux/rtnetlink.h> |
| 17 | #include <linux/notifier.h> | 17 | #include <linux/notifier.h> |
| 18 | #include <net/netevent.h> | ||
| 18 | 19 | ||
| 19 | static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain); | 20 | static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain); |
| 20 | 21 | ||
