]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/usb/gadget/f_mass_storage.c
USB: gadget: __init and __exit tags removed
[net-next-2.6.git] / drivers / usb / gadget / f_mass_storage.c
index c904aa39ad845e9d9aaf29572e9872fc7f172b09..6cfd2f428d38cbadc25dc35af84ea11aee207cd7 100644 (file)
@@ -2967,7 +2967,7 @@ static void fsg_unbind(struct usb_configuration *c, struct usb_function *f)
 }
 
 
-static int __init fsg_bind(struct usb_configuration *c, struct usb_function *f)
+static int fsg_bind(struct usb_configuration *c, struct usb_function *f)
 {
        struct fsg_dev          *fsg = fsg_from_func(f);
        struct usb_gadget       *gadget = c->cdev->gadget;