-
- Downloads
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>
Showing
- drivers/tty/goldfish.c 0 additions, 1 deletiondrivers/tty/goldfish.c
- drivers/tty/hvc/hvsi_lib.c 0 additions, 1 deletiondrivers/tty/hvc/hvsi_lib.c
- drivers/tty/ipwireless/tty.c 0 additions, 1 deletiondrivers/tty/ipwireless/tty.c
- drivers/tty/serial/8250/8250_dw.c 0 additions, 1 deletiondrivers/tty/serial/8250/8250_dw.c
- drivers/tty/serial/8250/8250_em.c 0 additions, 1 deletiondrivers/tty/serial/8250/8250_em.c
- drivers/tty/serial/8250/8250_pci.c 0 additions, 1 deletiondrivers/tty/serial/8250/8250_pci.c
- drivers/tty/serial/8250/8250_pnp.c 0 additions, 1 deletiondrivers/tty/serial/8250/8250_pnp.c
- drivers/tty/serial/8250/serial_cs.c 0 additions, 1 deletiondrivers/tty/serial/8250/serial_cs.c
- drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c 0 additions, 1 deletiondrivers/tty/serial/cpm_uart/cpm_uart_cpm1.c
- drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c 0 additions, 1 deletiondrivers/tty/serial/cpm_uart/cpm_uart_cpm2.c
- drivers/tty/serial/kgdb_nmi.c 0 additions, 1 deletiondrivers/tty/serial/kgdb_nmi.c
- drivers/tty/serial/of_serial.c 0 additions, 1 deletiondrivers/tty/serial/of_serial.c
- drivers/tty/tty_buffer.c 0 additions, 1 deletiondrivers/tty/tty_buffer.c
- drivers/tty/tty_ldisc.c 0 additions, 1 deletiondrivers/tty/tty_ldisc.c
- drivers/tty/tty_port.c 0 additions, 1 deletiondrivers/tty/tty_port.c
Please register or sign in to comment