diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-03-02 09:22:07 +0300 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2021-03-15 11:29:47 +0300 |
commit | bf260466c89f4a447c53dc704238cfc3685e05d2 (patch) | |
tree | 4251ac95bd8c2775e943ff17f388309e228cd00c /drivers/usb/serial/io_edgeport.c | |
parent | 1e28eed17697bcf343c6743f0028cc3b5dd88bf0 (diff) | |
download | linux-bf260466c89f4a447c53dc704238cfc3685e05d2.tar.xz |
USB: serial: keyspan: drop unneeded forward declarations
Forward declarations make the code larger, harder to follow and rewrite.
Harder as the declarations are often omitted from global changes. Remove
forward declarations which are not really needed, i.e. when the
definition of the function is before its first use.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/io_edgeport.c')
0 files changed, 0 insertions, 0 deletions