Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[NET]: net/core/netevent.c should #include <net/netevent.h>

Every file should include the headers containing the prototypes for
its global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Adrian Bunk and committed by
David S. Miller
94b83419 25845b51

+1
+1
net/core/netevent.c
··· 15 15 16 16 #include <linux/rtnetlink.h> 17 17 #include <linux/notifier.h> 18 + #include <net/netevent.h> 18 19 19 20 static ATOMIC_NOTIFIER_HEAD(netevent_notif_chain); 20 21