Commit 191df573 authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller

[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: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 66688ea7
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment