Re: [PATCH net-2.6.25] [BRIDGE] Remove unused include of a header file in ebtables.c

2008-01-18 Thread David Miller
From: "Rami Rosen" <[EMAIL PROTECTED]>
Date: Fri, 18 Jan 2008 15:08:02 +0200

> 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 <[EMAIL PROTECTED]>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH net-2.6.25] [BRIDGE] Remove unused include of a header file in ebtables.c

2008-01-18 Thread Rami Rosen
Hi,

In net/bridge/netfilter/ebtables.c,
- remove unused include of a header file (linux/tty.h) and remove the
  corresponding comment above it.

Regards,
Rami Rosen


Signed-off-by: Rami Rosen <[EMAIL PROTECTED]>
diff --git a/net/bridge/netfilter/ebtables.c b/net/bridge/netfilter/ebtables.c
index 817169e..32afff8 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