From: Paul Gortmaker Date: Wed, 29 Feb 2012 00:24:44 +0000 (-0500) Subject: SERIAL: MIPS DECstation zs.c driver needs module.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cc06748cf00e6a4accb18c1b70079dccffc69c37;p=linux-beck.git SERIAL: MIPS DECstation zs.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/3446/ Signed-off-by: Ralf Baechle --- diff --git a/drivers/tty/serial/zs.c b/drivers/tty/serial/zs.c index 4001eee6c08d..92c00b24d0df 100644 --- a/drivers/tty/serial/zs.c +++ b/drivers/tty/serial/zs.c @@ -57,6 +57,7 @@ #include #include #include +#include #include #include #include