]> 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, 11 Aug 2011 21:31:27 +0000 (17:31 -0400)
commit0d5eb285fb859d347bd392d9ece7e73edd7074bb
tree38cc9965e91f20608faf1e0cf1e9f183be9fe733
parentbad44ed021711e14654572bceff41a8ab8f00623
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