diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-10-09 12:06:00 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-10-10 19:21:52 +0400 |
commit | 5de862d73b2c1b3fbb0ac8b45eb496d77347d1b8 (patch) | |
tree | 282ddf3024c8fb916ecbc7f218a966b0de710705 /drivers/usb/gadget/f_mass_storage.h | |
parent | 23682e3c78c54620ccc6e3462220851e1ae8b02f (diff) | |
download | linux-5de862d73b2c1b3fbb0ac8b45eb496d77347d1b8.tar.xz |
usb: gadget: f_mass_storage: create fsg_common_run_thread for use in fsg_common_init
fsg_common_init is a lengthy function. Factor a portion of it out.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/f_mass_storage.h')
-rw-r--r-- | drivers/usb/gadget/f_mass_storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/gadget/f_mass_storage.h b/drivers/usb/gadget/f_mass_storage.h index 34a15d6bc3ca..7d9e0bc1cbf1 100644 --- a/drivers/usb/gadget/f_mass_storage.h +++ b/drivers/usb/gadget/f_mass_storage.h @@ -126,6 +126,8 @@ int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg); void fsg_common_set_inquiry_string(struct fsg_common *common, const char *vn, const char *pn); +int fsg_common_run_thread(struct fsg_common *common); + void fsg_config_from_params(struct fsg_config *cfg, const struct fsg_module_parameters *params, unsigned int fsg_num_buffers); |