]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: ftdi_sio: move driver structure
authorJohan Hovold <johan@kernel.org>
Mon, 19 Sep 2022 13:24:55 +0000 (15:24 +0200)
committerJohan Hovold <johan@kernel.org>
Tue, 20 Sep 2022 07:45:49 +0000 (09:45 +0200)
commitd7ed1da502fdfffb78c4eee500f4ad2302c5cbb2
tree82b0fd68f89a267a25c522e501f4f5d05fd80dcb
parent862aac185ac7d5c12f5b719cdc1ec26357e387c4
USB: serial: ftdi_sio: move driver structure

Move the definition of the USB serial driver structure to the end of the
file where it is used and drop the now redundant forward declarations.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ftdi_sio.c