]> git.karo-electronics.de Git - mv-sheeva.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)
commit39aa9fddb984fcc61592d3eb88e345e315359161
tree00617f2bccc464e63d0ccac2455ffaa0b8eb81eb
parent4ec65b8dbcc3e27c191c9bd83062ca101dc806bd
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