serial: sh-sci: Drop unused include
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 15 Apr 2020 18:02:50 +0000 (20:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Apr 2020 14:13:34 +0000 (16:13 +0200)
commit30c67b91973cc6a9d4118d53eaf6da059a8d3996
treee538bcfddb496e8ec9cf0c6d44d86962a9bb2055
parentcd9479a16720a6a38b3b614d2adece2413aebefc
serial: sh-sci: Drop unused include

The sh-sci.h file includes the legacy <linux/gpio.h> header
but the driver is actually migrated to use the mctrl_gpio
library so this is not needed.

Cc: George G. Davis <george_davis@mentor.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200415180250.221762-1-linus.walleij@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.h