From: Paul Gortmaker Date: Thu, 26 May 2011 17:38:59 +0000 (-0400) Subject: net: sch_generic remove redundant use of X-Git-Tag: next-20110729~14^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f89ecb6ec08437276fde72f834cfa9191136b6b3;p=karo-tx-linux.git net: sch_generic remove redundant use of 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 --- diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 4fc88f3ccd5f..7f7ebee82202 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include