aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/xilinx_uartps.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 16:14:23 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:27 -0400
commit578b9ce0095ff3dd2c3b94508407c3be8fcce68d (patch)
treef80ad096b591a2c1b00eb9200e22c5a0bed0d9a7 /drivers/tty/serial/xilinx_uartps.c
parentbluetooth: add module.h to drivers/bluetooth files as required. (diff)
downloadlinux-dev-578b9ce0095ff3dd2c3b94508407c3be8fcce68d.tar.xz
linux-dev-578b9ce0095ff3dd2c3b94508407c3be8fcce68d.zip
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>
Diffstat (limited to 'drivers/tty/serial/xilinx_uartps.c')
-rw-r--r--drivers/tty/serial/xilinx_uartps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c
index 8c03b127fd03..b627363352e5 100644
--- a/drivers/tty/serial/xilinx_uartps.c
+++ b/drivers/tty/serial/xilinx_uartps.c
@@ -20,6 +20,7 @@
#include <linux/irq.h>
#include <linux/io.h>
#include <linux/of.h>
+#include <linux/module.h>
#define XUARTPS_TTY_NAME "ttyPS"
#define XUARTPS_NAME "xuartps"