USB: serial: metro-usb: remove function prototypes
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 21:55:41 +0000 (13:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 21:55:41 +0000 (13:55 -0800)
commit9fbd1649d54edc614c64ab075f7485622fd6450a
tree5d4426972545fdbdd77e9abc2f378c2ad92083af
parentd4cbd6e990a798d21577ee2f42a3880da09edf3a
USB: serial: metro-usb: remove function prototypes

By rearranging the functions a bit, we can remove all function
prototypes.

Note, this also deleted the _close function, as it wasn't needed, it was
doing the same thing the cleanup function did, so just call that
instead.

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