aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/nwpserial.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/nwpserial.c')
-rw-r--r--drivers/tty/serial/nwpserial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/serial/nwpserial.c b/drivers/tty/serial/nwpserial.c
index de173671e3d0..dd4c31d1aee5 100644
--- a/drivers/tty/serial/nwpserial.c
+++ b/drivers/tty/serial/nwpserial.c
@@ -10,11 +10,13 @@
10 * 10 *
11 */ 11 */
12#include <linux/init.h> 12#include <linux/init.h>
13#include <linux/export.h>
13#include <linux/console.h> 14#include <linux/console.h>
14#include <linux/serial.h> 15#include <linux/serial.h>
15#include <linux/serial_reg.h> 16#include <linux/serial_reg.h>
16#include <linux/serial_core.h> 17#include <linux/serial_core.h>
17#include <linux/tty.h> 18#include <linux/tty.h>
19#include <linux/tty_flip.h>
18#include <linux/irqreturn.h> 20#include <linux/irqreturn.h>
19#include <linux/mutex.h> 21#include <linux/mutex.h>
20#include <linux/of_platform.h> 22#include <linux/of_platform.h>