Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23bdbc80 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

dcb: fix sparse warnings



Add header with function definitions to quiet warnings and avoid future errors.

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2ea46599
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);