]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 28 Jul 2011 04:27:06 +0000 (00:27 -0400)
commitf89ecb6ec08437276fde72f834cfa9191136b6b3
treeec671c09917cdf3e85c27acf863ac4f5662d2c3e
parentf41fa39619971e5201099827f00d0450ccfe0532
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