Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3446/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Paul Gortmaker and committed by
Ralf Baechle
cc06748c 36be5051

+1
+1
drivers/tty/serial/zs.c
··· 57 57 #include <linux/ioport.h> 58 58 #include <linux/irqflags.h> 59 59 #include <linux/kernel.h> 60 + #include <linux/module.h> 60 61 #include <linux/major.h> 61 62 #include <linux/serial.h> 62 63 #include <linux/serial_core.h>