Commit b36df090 authored by Hans de Goede's avatar Hans de Goede Committed by Greg Kroah-Hartman

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: default avatarkbuild test robot <fengguang.wu@intel.com>
Fixes: 7cba17ec ("musb: sunxi: Add support for platform_set_mode")
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2fae9e5a
......@@ -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);
/*---------------------------------------------------------------------*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment