forked from Minki/linux
usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definition
EXPORT_SYMBOL_GPL() is usually placed after function definition not before. Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Acked-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
903588a99c
commit
bab7a1f199
@ -2761,12 +2761,12 @@ static void _fsg_common_remove_luns(struct fsg_common *common, int n)
|
|||||||
common->luns[i] = NULL;
|
common->luns[i] = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(fsg_common_remove_luns);
|
|
||||||
|
|
||||||
void fsg_common_remove_luns(struct fsg_common *common)
|
void fsg_common_remove_luns(struct fsg_common *common)
|
||||||
{
|
{
|
||||||
_fsg_common_remove_luns(common, common->nluns);
|
_fsg_common_remove_luns(common, common->nluns);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(fsg_common_remove_luns);
|
||||||
|
|
||||||
void fsg_common_free_luns(struct fsg_common *common)
|
void fsg_common_free_luns(struct fsg_common *common)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user