diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-17 20:40:08 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:50:01 -0500 |
commit | b712548c5d88f2e4672f8482c3904e8c5728dbf1 (patch) | |
tree | fcbfc07f2c753dbd931ee22ec0e0155a7819d5a2 | |
parent | f48219db93eaee644e9fd9f22fb6421f38059cc5 (diff) |
[PATCH] USB: fix initdata issue in isp116x-hcd
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>
-rw-r--r-- | drivers/usb/host/isp116x-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp116x-hcd.c b/drivers/usb/host/isp116x-hcd.c index fea5dcbec7c4..e99210b7909b 100644 --- a/drivers/usb/host/isp116x-hcd.c +++ b/drivers/usb/host/isp116x-hcd.c | |||
@@ -1552,7 +1552,7 @@ static struct hc_driver isp116x_hc_driver = { | |||
1552 | 1552 | ||
1553 | /*----------------------------------------------------------------*/ | 1553 | /*----------------------------------------------------------------*/ |
1554 | 1554 | ||
1555 | static int __init_or_module isp116x_remove(struct platform_device *pdev) | 1555 | static int isp116x_remove(struct platform_device *pdev) |
1556 | { | 1556 | { |
1557 | struct usb_hcd *hcd = platform_get_drvdata(pdev); | 1557 | struct usb_hcd *hcd = platform_get_drvdata(pdev); |
1558 | struct isp116x *isp116x; | 1558 | struct isp116x *isp116x; |