From 191df5737e3047de8b7d8ea4e17df241cf8eefca Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Fri, 18 Jan 2008 05:38:31 -0800 Subject: [PATCH] [BRIDGE]: Remove unused include of a header file in ebtables.c In net/bridge/netfilter/ebtables.c, - remove unused include of a header file (linux/tty.h) and remove the corresponding comment above it. Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- net/bridge/netfilter/ebtables.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/bridge/netfilter/ebtables.c b/net/bridge/netfilter/ebtables.c index 817169e718c1..32afff859e4a 100644 --- a/net/bridge/netfilter/ebtables.c +++ b/net/bridge/netfilter/ebtables.c @@ -15,8 +15,6 @@ * 2 of the License, or (at your option) any later version. */ -/* used for print_string */ -#include #include #include