]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[NET]: net/core/netevent.c should #include <net/netevent.h>
authorAdrian Bunk <bunk@stusta.de>
Fri, 6 Jul 2007 00:06:21 +0000 (17:06 -0700)
committerDavid 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

index 35d02c38554e06b9b80fc86ef457698ff94d0aaf..95f81de87502ee13cae8c4664c1cb65e949ff159 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <linux/rtnetlink.h>
 #include <linux/notifier.h>
+#include <net/netevent.h>
 
 static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain);