dcb: fix sparse warnings
authorstephen hemminger <shemminger@vyatta.com>
Fri, 8 Mar 2013 09:07:44 +0000 (09:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Mar 2013 21:09:18 +0000 (16:09 -0500)
Add header with function definitions to quiet warnings and avoid future errors.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dcb/dcbevent.c

index 1d9eb7c60a6850d51da5a7615c012c3e55681f99..4f72fc40bf029b6e18f2828c57d666ab6ba0bf44 100644 (file)
@@ -20,6 +20,7 @@
 #include <linux/rtnetlink.h>
 #include <linux/notifier.h>
 #include <linux/export.h>
+#include <net/dcbevent.h>
 
 static ATOMIC_NOTIFIER_HEAD(dcbevent_notif_chain);