From: Paul Gortmaker Date: Wed, 29 Feb 2012 00:24:45 +0000 (-0500) Subject: SERIAL: MIPS Swarm sb1250-duart.c driver needs module.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=346f81a9a9726740461480e257366c47fbcfdaa3;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3447/ Signed-off-by: Ralf Baechle --- 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 @@ #include #include #include +#include #include #include #include