USB: change __init to __devinit for isp116x_probe
commit5bcd70eba70221ea1ae03fccf1d2903877f9cc5f
authorPrarit Bhargava <prarit@redhat.com>
Fri, 9 Feb 2007 09:51:15 +0000 (9 01:51 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Feb 2007 23:32:22 +0000 (16 15:32 -0800)
tree44745820ba85e0b53cb8e59c3afeb8dc6a831778
parent48fda45120a819ca40cadc50144b55bff1c4c78d
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>
drivers/usb/host/isp116x-hcd.c