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

net: sch_generic remove redundant use of <linux/module.h>

This file has modular references, but they are limited to
those which are covered by the simple "struct module;"
declaration used in dozens of other places. In fact that
declaration is already there (just outside of the context
of this commit) so simply remove the include line.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

-1
-1
include/net/sch_generic.h
··· 4 4 #include <linux/netdevice.h> 5 5 #include <linux/types.h> 6 6 #include <linux/rcupdate.h> 7 - #include <linux/module.h> 8 7 #include <linux/pkt_sched.h> 9 8 #include <linux/pkt_cls.h> 10 9 #include <net/gen_stats.h>