]> git.karo-electronics.de Git - linux-beck.git/commit
tty: delete non-required instances of include <linux/init.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 3 Jan 2014 00:23:47 +0000 (19:23 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 01:05:21 +0000 (17:05 -0800)
commitf8e87cb4a19aa5f5a1ce22e130da0f4a7fa2d5f3
treef3ba0ca8e995ab7045000f74bad713987e8cd1ba
parentb86b75ec57c381f32090a5bc61252f84f955c094
tty: delete non-required instances of include <linux/init.h>

None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>.  Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 files changed:
drivers/tty/goldfish.c
drivers/tty/hvc/hvsi_lib.c
drivers/tty/ipwireless/tty.c
drivers/tty/serial/8250/8250_dw.c
drivers/tty/serial/8250/8250_em.c
drivers/tty/serial/8250/8250_pci.c
drivers/tty/serial/8250/8250_pnp.c
drivers/tty/serial/8250/serial_cs.c
drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c
drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c
drivers/tty/serial/kgdb_nmi.c
drivers/tty/serial/of_serial.c
drivers/tty/tty_buffer.c
drivers/tty/tty_ldisc.c
drivers/tty/tty_port.c