usb: otg: cpcap-otg: Fix section mismatch warning
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 26 Jul 2010 22:23:07 +0000 (15:23 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:21 +0000 (16:33 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/usb/otg/cpcap-otg.c

index b1189dd989d9045b7e682da277432e049fb94a26..db1df3b93d3d579a8a5c2a6aeecc33004fc76fb0 100644 (file)
@@ -156,7 +156,7 @@ static int cpcap_otg_set_suspend(struct otg_transceiver *otg, int suspend)
        return 0;
 }
 
-static int __init cpcap_otg_probe(struct platform_device *pdev)
+static int cpcap_otg_probe(struct platform_device *pdev)
 {
        struct cpcap_otg_data *cpcap;
        struct resource *res;