From: Greg Kroah-Hartman Date: Thu, 8 Mar 2012 21:55:41 +0000 (-0800) Subject: USB: serial: metro-usb: remove function prototypes X-Git-Tag: v3.4-rc1~184^2~22^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fbd1649d54edc614c64ab075f7485622fd6450a;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed