diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-02-28 19:24:45 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-15 11:48:50 -0400 |
commit | 346f81a9a9726740461480e257366c47fbcfdaa3 (patch) | |
tree | e9c210091d248de877e5c7c70168b623a8c3dc7a /drivers/tty | |
parent | cc06748cf00e6a4accb18c1b70079dccffc69c37 (diff) |
SERIAL: MIPS Swarm sb1250-duart.c driver needs module.h
This driver is a module and needs module.h, otherwise it will break when
we remove a bogus usage of module.h from one of the other MIPS headers.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3447/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/sb1250-duart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/sb1250-duart.c b/drivers/tty/serial/sb1250-duart.c index 0be8a2f00d0b..f76b1688c5c8 100644 --- a/drivers/tty/serial/sb1250-duart.c +++ b/drivers/tty/serial/sb1250-duart.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <linux/interrupt.h> | 31 | #include <linux/interrupt.h> |
32 | #include <linux/ioport.h> | 32 | #include <linux/ioport.h> |
33 | #include <linux/kernel.h> | 33 | #include <linux/kernel.h> |
34 | #include <linux/module.h> | ||
34 | #include <linux/major.h> | 35 | #include <linux/major.h> |
35 | #include <linux/serial.h> | 36 | #include <linux/serial.h> |
36 | #include <linux/serial_core.h> | 37 | #include <linux/serial_core.h> |