]> 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>
Fri, 26 Aug 2011 15:52:25 +0000 (11:52 -0400)
commit23c7d4be5b4b580a37be555f113458d3c19782bc
treef9c77bd93c9a7ba25978590add04dc98a94c3515
parent64ebb9120c1bce2aeba18fb2ac7f82f7eb91be4a
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