]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
tty: Add module.h to drivers/tty users who just expect it there.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 20:14:23 +0000 (16:14 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:27 +0000 (19:31 -0400)
commit578b9ce0095ff3dd2c3b94508407c3be8fcce68d
treef80ad096b591a2c1b00eb9200e22c5a0bed0d9a7
parenta59b968ee0ff6e68443d5790fda2a117b36c1f9b
tty: Add module.h to drivers/tty users who just expect it there.

We are cleaning up the issue that means module.h is omnipresent.
These tty users are the people who implictly are relying on that.
Fix up the real users to call out the include that they really need.

In the case of jsm_driver.c file, it had moduleparam.h but that
isn't enough and it needs the full module.h

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/tty/hvc/hvc_iseries.c
drivers/tty/hvc/hvc_vio.c
drivers/tty/serial/jsm/jsm_driver.c
drivers/tty/serial/kgdboc.c
drivers/tty/serial/max3100.c
drivers/tty/serial/max3107-aava.c
drivers/tty/serial/max3107.c
drivers/tty/serial/timbuart.c
drivers/tty/serial/xilinx_uartps.c