mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
musb: Export musb_root_disconnect for use in modules
Export musb_root_disconnect for use in modules, so that musb glue code build as module can use it. This fixes the buildbot errors for -next in arm64-allmodconfig and arm-allmodconfig. Reported-by: kbuild test robot <fengguang.wu@intel.com> Fixes: 7cba17ec9adc8cf ("musb: sunxi: Add support for platform_set_mode") Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2fae9e5a7b
commit
b36df0905e
@ -245,6 +245,7 @@ void musb_root_disconnect(struct musb *musb)
|
||||
usb_otg_state_string(musb->xceiv->otg->state));
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(musb_root_disconnect);
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user