]> git.baikalelectronics.ru Git - kernel.git/commit
net: sch_generic remove redundant use of <linux/module.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 17:38:59 +0000 (13:38 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:25 +0000 (19:32 -0400)
commit2f76280bd990a33abe57701bd38ab55445a8d024
tree00617f2bccc464e63d0ccac2455ffaa0b8eb81eb
parent97720dedfa14d70b89205029969ef12ce916203a
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>
include/net/sch_generic.h