USB: serial: metro-usb: remove the .h file
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 21:42:41 +0000 (13:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 21:42:41 +0000 (13:42 -0800)
commit159d4d8d5e9416dba78b84d4be10d7b1172728ee
tree9b2dd746789ba9d7d2aec3511786be88c311b780
parent1935e357bb2a3031772730293a3725e3cca07778
USB: serial: metro-usb: remove the .h file

A driver doesn't need a .h file just for simple things like vendor ids
and a private structure.  So move it into the .c file instead, saving
some overall lines.

Cc: Aleksey Babahin <tamerlan311@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/metro-usb.c
drivers/usb/serial/metro-usb.h [deleted file]