aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp116x-hcd.c
diff options
context:
space:
mode:
authorPrarit Bhargava <prarit@redhat.com>2007-02-09 01:51:15 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2007-02-16 15:32:22 -0800
commit5bcd70eba70221ea1ae03fccf1d2903877f9cc5f (patch)
tree44745820ba85e0b53cb8e59c3afeb8dc6a831778 /drivers/usb/host/isp116x-hcd.c
parentUSB: ps3: don't call ps3_system_bus_driver_register on other platforms (diff)
downloadlinux-dev-5bcd70eba70221ea1ae03fccf1d2903877f9cc5f.tar.xz
linux-dev-5bcd70eba70221ea1ae03fccf1d2903877f9cc5f.zip
USB: change __init to __devinit for isp116x_probe
Change __init to __devinit for isp116x_probe. Resolves MODPOST warning: WARNING: drivers/usb/host/isp116x-hcd.o - Section mismatch: reference to .init.text:isp116x_probe from .data.rel.local between 'isp116x_driver' (at offset 0x0) and 'isp116x_hc_driver' Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/isp116x-hcd.c')
-rw-r--r--drivers/usb/host/isp116x-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/isp116x-hcd.c b/drivers/usb/host/isp116x-hcd.c
index 2718b5dc4ec1..46873f2534b5 100644
--- a/drivers/usb/host/isp116x-hcd.c
+++ b/drivers/usb/host/isp116x-hcd.c
@@ -1577,7 +1577,7 @@ static int isp116x_remove(struct platform_device *pdev)
#define resource_len(r) (((r)->end - (r)->start) + 1)
-static int __init isp116x_probe(struct platform_device *pdev)
+static int __devinit isp116x_probe(struct platform_device *pdev)
{
struct usb_hcd *hcd;
struct isp116x *isp116x;