From: Linus Walleij Date: Wed, 15 Apr 2020 18:02:50 +0000 (+0200) Subject: serial: sh-sci: Drop unused include X-Git-Tag: v5.15~3665^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30c67b91973cc6a9d4118d53eaf6da059a8d3996;p=platform%2Fkernel%2Flinux-starfive.git serial: sh-sci: Drop unused include The sh-sci.h file includes the legacy header but the driver is actually migrated to use the mctrl_gpio library so this is not needed. Cc: George G. Davis Signed-off-by: Linus Walleij Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20200415180250.221762-1-linus.walleij@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/sh-sci.h b/drivers/tty/serial/sh-sci.h index 0b9e804..c0dfe43 100644 --- a/drivers/tty/serial/sh-sci.h +++ b/drivers/tty/serial/sh-sci.h @@ -2,7 +2,6 @@ #include #include #include -#include #define SCI_MAJOR 204 #define SCI_MINOR_START 8