]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] USB: fix initdata issue in isp116x-hcd
authorGreg Kroah-Hartman <gregkh@suse.de>
Sat, 18 Mar 2006 01:40:08 +0000 (17:40 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 22:50:01 +0000 (14:50 -0800)
As found by Sam's scripts.

Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp116x-hcd.c

index fea5dcbec7c4a2f8702fbe36d9cf7d8b198eb67a..e99210b7909b3f6507c4ba7e6172cf8a91f34f4f 100644 (file)
@@ -1552,7 +1552,7 @@ static struct hc_driver isp116x_hc_driver = {
 
 /*----------------------------------------------------------------*/
 
-static int __init_or_module isp116x_remove(struct platform_device *pdev)
+static int isp116x_remove(struct platform_device *pdev)
 {
        struct usb_hcd *hcd = platform_get_drvdata(pdev);
        struct isp116x *isp116x;