diff options
author | Rami Rosen <ramirose@gmail.com> | 2008-01-18 05:38:31 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:02:48 -0800 |
commit | 191df5737e3047de8b7d8ea4e17df241cf8eefca (patch) | |
tree | a1b7f751a4ec789bd7f6ca78bf318c827a15be8b /net/bridge | |
parent | 66688ea7c8e5cb3ea987d8945fffd099ce80a299 (diff) | |
download | linux-3.10-191df5737e3047de8b7d8ea4e17df241cf8eefca.tar.gz linux-3.10-191df5737e3047de8b7d8ea4e17df241cf8eefca.tar.bz2 linux-3.10-191df5737e3047de8b7d8ea4e17df241cf8eefca.zip |
[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>
Diffstat (limited to 'net/bridge')
-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 817169e718c..32afff859e4 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> |