diff options
Diffstat (limited to 'include/net/dcbevent.h')
-rw-r--r-- | include/net/dcbevent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/dcbevent.h b/include/net/dcbevent.h index 443626ed4cbc..d2f3041c0dfa 100644 --- a/include/net/dcbevent.h +++ b/include/net/dcbevent.h | |||
@@ -25,9 +25,9 @@ enum dcbevent_notif_type { | |||
25 | }; | 25 | }; |
26 | 26 | ||
27 | #ifdef CONFIG_DCB | 27 | #ifdef CONFIG_DCB |
28 | extern int register_dcbevent_notifier(struct notifier_block *nb); | 28 | int register_dcbevent_notifier(struct notifier_block *nb); |
29 | extern int unregister_dcbevent_notifier(struct notifier_block *nb); | 29 | int unregister_dcbevent_notifier(struct notifier_block *nb); |
30 | extern int call_dcbevent_notifiers(unsigned long val, void *v); | 30 | int call_dcbevent_notifiers(unsigned long val, void *v); |
31 | #else | 31 | #else |
32 | static inline int | 32 | static inline int |
33 | register_dcbevent_notifier(struct notifier_block *nb) | 33 | register_dcbevent_notifier(struct notifier_block *nb) |