drivers: usb: gadget: mass_storage: Fix section mismatch warning
authorDmitry Shmidt <dimitrysh@google.com>
Fri, 2 Jul 2010 21:37:57 +0000 (14:37 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:40 +0000 (17:49 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/usb/gadget/f_mass_storage.c

index 9e18613ca98e694ff376d12bf0b1ff87a84dbfb4..9e37e086314308ab0d29222ec52f7171ec0bff31 100644 (file)
@@ -3176,7 +3176,7 @@ fsg_common_from_params(struct fsg_common *common,
 
 static struct fsg_config fsg_cfg;
 
-static int __init fsg_probe(struct platform_device *pdev)
+static int fsg_probe(struct platform_device *pdev)
 {
        struct usb_mass_storage_platform_data *pdata = pdev->dev.platform_data;
        int i, nluns;