Re: [PATCH 2/2] USB: serial: keyspan: drop header file

2017-02-15 Thread Johan Hovold
On Wed, Feb 15, 2017 at 06:39:52AM -0800, Greg Kroah-Hartman wrote: > On Wed, Feb 15, 2017 at 11:09:51AM +0100, Johan Hovold wrote: > > 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

Re: [PATCH 2/2] USB: serial: keyspan: drop header file

2017-02-15 Thread Greg KH
On Wed, Feb 15, 2017 at 11:09:51AM +0100, Johan Hovold wrote: > 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 a

[PATCH 2/2] USB: serial: keyspan: drop header file

2017-02-15 Thread Johan Hovold
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 a