Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment