diff options
Diffstat (limited to 'drivers/usb/gadget/mass_storage.c')
-rw-r--r-- | drivers/usb/gadget/mass_storage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/mass_storage.c b/drivers/usb/gadget/mass_storage.c index 493d15339843..05e9bd330348 100644 --- a/drivers/usb/gadget/mass_storage.c +++ b/drivers/usb/gadget/mass_storage.c | |||
@@ -111,7 +111,7 @@ static int msg_thread_exits(struct fsg_common *common) | |||
111 | return 0; | 111 | return 0; |
112 | } | 112 | } |
113 | 113 | ||
114 | static int __ref msg_do_config(struct usb_configuration *c) | 114 | static int __init msg_do_config(struct usb_configuration *c) |
115 | { | 115 | { |
116 | static const struct fsg_operations ops = { | 116 | static const struct fsg_operations ops = { |
117 | .thread_exits = msg_thread_exits, | 117 | .thread_exits = msg_thread_exits, |
@@ -149,7 +149,7 @@ static struct usb_configuration msg_config_driver = { | |||
149 | 149 | ||
150 | /****************************** Gadget Bind ******************************/ | 150 | /****************************** Gadget Bind ******************************/ |
151 | 151 | ||
152 | static int __ref msg_bind(struct usb_composite_dev *cdev) | 152 | static int __init msg_bind(struct usb_composite_dev *cdev) |
153 | { | 153 | { |
154 | int status; | 154 | int status; |
155 | 155 | ||