From: stephen hemminger Date: Fri, 8 Mar 2013 09:07:44 +0000 (+0000) Subject: dcb: fix sparse warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=23bdbc80e1d17e5ea00138bae1f7f534faf4bb27;p=linux.git dcb: fix sparse warnings Add header with function definitions to quiet warnings and avoid future errors. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/net/dcb/dcbevent.c b/net/dcb/dcbevent.c index 1d9eb7c60a685..4f72fc40bf029 100644 --- a/net/dcb/dcbevent.c +++ b/net/dcb/dcbevent.c @@ -20,6 +20,7 @@ #include #include #include +#include static ATOMIC_NOTIFIER_HEAD(dcbevent_notif_chain);