Skip to content

Commit

Permalink
dcb: fix sparse warnings
Browse files Browse the repository at this point in the history
Add header with function definitions to quiet warnings and avoid future errors.

Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
stephen hemminger authored and davem330 committed Mar 9, 2013
1 parent 2ea4659 commit 23bdbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/dcb/dcbevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 23bdbc8

Please sign in to comment.