Skip to content

Commit 40de3ff

Browse files
Li JunNitin Garg
authored andcommitted
MLK-10102-11 usb: chipidea: imx: export imx_usbmisc_power_lost_check
Export imx_usbmisc_power_lost_check. Signed-off-by: Li Jun <b47624@freescale.com>
1 parent 55c8670 commit 40de3ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/chipidea/usbmisc_imx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ int imx_usbmisc_power_lost_check(struct imx_usbmisc_data *data)
420420
return 0;
421421
return usbmisc->ops->power_lost_check(data);
422422
}
423+
EXPORT_SYMBOL_GPL(imx_usbmisc_power_lost_check);
423424

424425
static const struct of_device_id usbmisc_imx_dt_ids[] = {
425426
{

0 commit comments

Comments
 (0)