mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
drivers: usb: gadget: mass_storage: Fix section mismatch warning
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
577e37a65b
commit
d43a1a5594
@@ -3202,7 +3202,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;
|
||||
|
||||
Reference in New Issue
Block a user