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

net: add missing includes of linux/net.h

linux/net.h will soon not be included by linux/skbuff.h.
Fix the cases where source files were depending on the implicit
include.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jakub Kicinski and committed by
David S. Miller
ac62f606 6e65bb52

+2
+1
drivers/net/wireless/intersil/orinoco/hermes.c
··· 38 38 * under either the MPL or the GPL. 39 39 */ 40 40 41 + #include <linux/net.h> 41 42 #include <linux/module.h> 42 43 #include <linux/kernel.h> 43 44 #include <linux/delay.h>
+1
include/linux/igmp.h
··· 15 15 #include <linux/in.h> 16 16 #include <linux/ip.h> 17 17 #include <linux/refcount.h> 18 + #include <linux/sockptr.h> 18 19 #include <uapi/linux/igmp.h> 19 20 20 21 static inline struct igmphdr *igmp_hdr(const struct sk_buff *skb)