]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers: usb: core: hcd: moved asterix to variable
authorMatthias Beyer <mail@beyermatthias.de>
Sat, 5 Oct 2013 16:02:06 +0000 (18:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 6 Oct 2013 01:00:08 +0000 (18:00 -0700)
instead of type

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c

index 9795a21bc6120f6b4300f2ef56c40ea5543724bc..a063e48a7fe5c9fc4dd7158688f75c76a586d6ff 100644 (file)
@@ -2824,7 +2824,7 @@ void usb_remove_hcd(struct usb_hcd *hcd)
 EXPORT_SYMBOL_GPL(usb_remove_hcd);
 
 void
-usb_hcd_platform_shutdown(struct platform_devicedev)
+usb_hcd_platform_shutdown(struct platform_device *dev)
 {
        struct usb_hcd *hcd = platform_get_drvdata(dev);