]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 25 Aug 2011 17:55:22 +0000 (13:55 -0400)
commit79da095e6f15b5c34e8c71a55a023b1bf49d4a08
treea80dc21d25632b29040dade7ec93deca966e8419
parent35e6f73cec88b3a0439d0217ca990d9fd3474659
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