OSDN Git Service

tty: serial: fsl_lpuart: move the lpuart32_int() below
authorSherry Sun <sherry.sun@nxp.com>
Mon, 10 Jul 2023 01:38:56 +0000 (09:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jul 2023 18:24:26 +0000 (20:24 +0200)
commit9cb31a2824f9399930ef0c9c449cec258bac66e4
treeb79ba1769098609e7655c3d2da6d4df0d886b356
parent290c80069c731e81f4949bfa34fedc8d8a5a793e
tty: serial: fsl_lpuart: move the lpuart32_int() below

Move the lpuart32_int() below lpuart_copy_rx_to_tty(), this is a
preparation patch for the next patch to avoid the function declaration,
no actual functional changes.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Link: https://lore.kernel.org/r/20230710013857.7396-2-sherry.sun@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c