diff options
author | Rami Rosen <ramirose@gmail.com> | 2008-01-18 13:38:31 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 23:02:48 (GMT) |
commit | 191df5737e3047de8b7d8ea4e17df241cf8eefca (patch) | |
tree | a1b7f751a4ec789bd7f6ca78bf318c827a15be8b | |
parent | 66688ea7c8e5cb3ea987d8945fffd099ce80a299 (diff) | |
download | linux-fsl-qoriq-191df5737e3047de8b7d8ea4e17df241cf8eefca.tar.xz |
[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 <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/bridge/netfilter/ebtables.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/tty.h> #include <linux/kmod.h> #include <linux/module.h> |