From 532b7cecdd4bee0e50c704b1281194c88f19cef1 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 18 Jan 2021 12:21:54 -0300 Subject: serial: mxs-auart: Remove There is nothing in the driver that uses the definitions from . Remove the unused header file inclusion. Signed-off-by: Fabio Estevam Link: https://lore.kernel.org/r/20210118152154.1644569-2-festevam@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/mxs-auart.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/tty/serial/mxs-auart.c') diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c index 01fedb41cf93..f414d6acad69 100644 --- a/drivers/tty/serial/mxs-auart.c +++ b/drivers/tty/serial/mxs-auart.c @@ -34,8 +34,6 @@ #include #include -#include - #include #include #include -- cgit