]> 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, 6 Oct 2011 18:10:12 +0000 (14:10 -0400)
commit13039eb422c1a45a0e14ccae3fa1e58a7b9f6ed6
tree7d12bdc267dc1d127d24781ab5e081ffa22e838b
parenta58525a638dbd9f3113abc86a1dbd2eec89c91b9
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