Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 346f81a9 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Ralf Baechle
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3447/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent cc06748c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/major.h>
#include <linux/serial.h>
#include <linux/serial_core.h>