tty: serial: 8250: 8250_port: Move prototypes to shared location
authorLee Jones <lee.jones@linaro.org>
Thu, 12 Nov 2020 10:58:55 +0000 (10:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Nov 2020 14:28:12 +0000 (15:28 +0100)
commita609c58086e381c13bdad1ba97e6510a13d465e7
tree3c3ebec51e81be6cafafd1f0ad66c6754f8e3288
parent1f78ae99790812481b7944cf40008aed5fd2ef18
tty: serial: 8250: 8250_port: Move prototypes to shared location

Fixes the following W=1 kernel build warning(s):

 drivers/tty/serial/8250/8250_port.c:349:14: warning: no previous prototype for ‘au_serial_in’ [-Wmissing-prototypes]
 drivers/tty/serial/8250/8250_port.c:359:6: warning: no previous prototype for ‘au_serial_out’ [-Wmissing-prototypes]

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: Mike Hudson <Exoray@isys.ca>
Cc: linux-serial@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201112105857.2078977-3-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_early.c
include/linux/serial_8250.h