serial: Remove uart_wait_until_sent() forward declaration
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 9 Mar 2023 08:09:23 +0000 (10:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2023 14:00:40 +0000 (15:00 +0100)
commit044498cd89a1a580a3145b2c5fb34d5e2f3b9908
treeed0a03ee1ac6ba72648c4d46cd760172e2191888
parent1690ca513da18b1f7de89c39faf78278d302b867
serial: Remove uart_wait_until_sent() forward declaration

Remove unnecessary forward declaration of uart_wait_until_sent().

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20230309080923.11778-9-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c