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

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>

authored by

Paul Gortmaker and committed by
Ralf Baechle
346f81a9 cc06748c

+1
+1
drivers/tty/serial/sb1250-duart.c
··· 31 31 #include <linux/interrupt.h> 32 32 #include <linux/ioport.h> 33 33 #include <linux/kernel.h> 34 + #include <linux/module.h> 34 35 #include <linux/major.h> 35 36 #include <linux/serial.h> 36 37 #include <linux/serial_core.h>