serial: core: drop unnecessary gpio include
authorJohan Hovold <johan@kernel.org>
Wed, 10 Jun 2020 15:51:21 +0000 (17:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Jun 2020 14:12:45 +0000 (16:12 +0200)
commit167cbce27444be3203081b97ea65178c4088b062
tree5842cb87511745af4657271f3445cc02121fc3b0
parentd10ee1d1917b082f0008a840cde5aeaad11b396b
serial: core: drop unnecessary gpio include

Drop the recently added gpio include from the serial-core header in
favour of a forward declaration and instead include the gpio header only
where needed.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20200610155121.14014-1-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c
drivers/tty/serial/serial_core.c
include/linux/serial_core.h