diff options
author | Rami Rosen <ramirose@gmail.com> | 2008-01-18 08:38:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:02:48 -0500 |
commit | 191df5737e3047de8b7d8ea4e17df241cf8eefca (patch) | |
tree | a1b7f751a4ec789bd7f6ca78bf318c827a15be8b /net | |
parent | 66688ea7c8e5cb3ea987d8945fffd099ce80a299 (diff) |
[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')
-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 817169e718c1..32afff859e4a 100644 --- a/net/bridge/netfilter/ebtables.c +++ b/net/bridge/netfilter/ebtables.c | |||
@@ -15,8 +15,6 @@ | |||
15 | * 2 of the License, or (at your option) any later version. | 15 | * 2 of the License, or (at your option) any later version. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /* used for print_string */ | ||
19 | #include <linux/tty.h> | ||
20 | 18 | ||
21 | #include <linux/kmod.h> | 19 | #include <linux/kmod.h> |
22 | #include <linux/module.h> | 20 | #include <linux/module.h> |