USB: serial: keyspan: drop header file
authorJohan Hovold <johan@kernel.org>
Wed, 15 Feb 2017 10:09:51 +0000 (11:09 +0100)
committerJohan Hovold <johan@kernel.org>
Wed, 15 Feb 2017 16:42:28 +0000 (17:42 +0100)
commitbeabdc3cd3e3ef9a56b62ee0e0b0663edacd5264
tree4e6ffaf35964378c3f661ca4190844f565f93faf
parent35d479762bef1a38b20decbb6f1060043d833fdd
USB: serial: keyspan: drop header file

Move all declarations and definitions in keyspan.h to keyspan.c, which
is the only place were they are used.

This specifically moves the driver device-id tables and usb-serial
driver definitions to the source file where they are expected to be
found.

While at it, fix up some multi-line comments and minor white-space
issues (spaces instead of tabs and superfluous white space).

Note that the information in the comment header of the removed header
file is also present in the source file.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/keyspan.c
drivers/usb/serial/keyspan.h [deleted file]