diff options
author | stephen hemminger <shemminger@vyatta.com> | 2013-03-08 04:07:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-09 16:09:18 -0500 |
commit | 23bdbc80e1d17e5ea00138bae1f7f534faf4bb27 (patch) | |
tree | e927395a9cbe736a03a67d204ca0f6a666dd2556 /net/dcb | |
parent | 2ea46599436d4efdd48b626b08ee2113f06bf3a1 (diff) |
dcb: fix sparse warnings
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>
Diffstat (limited to 'net/dcb')
-rw-r--r-- | net/dcb/dcbevent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dcb/dcbevent.c b/net/dcb/dcbevent.c index 1d9eb7c60a68..4f72fc40bf02 100644 --- a/net/dcb/dcbevent.c +++ b/net/dcb/dcbevent.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/rtnetlink.h> | 20 | #include <linux/rtnetlink.h> |
21 | #include <linux/notifier.h> | 21 | #include <linux/notifier.h> |
22 | #include <linux/export.h> | 22 | #include <linux/export.h> |
23 | #include <net/dcbevent.h> | ||
23 | 24 | ||
24 | static ATOMIC_NOTIFIER_HEAD(dcbevent_notif_chain); | 25 | static ATOMIC_NOTIFIER_HEAD(dcbevent_notif_chain); |
25 | 26 | ||