提交 b36df090 编写于 作者: H Hans de Goede 提交者: 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: Nkbuild test robot <fengguang.wu@intel.com>
Fixes: 7cba17ec ("musb: sunxi: Add support for platform_set_mode")
Signed-off-by: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2fae9e5a
...@@ -245,6 +245,7 @@ void musb_root_disconnect(struct musb *musb) ...@@ -245,6 +245,7 @@ void musb_root_disconnect(struct musb *musb)
usb_otg_state_string(musb->xceiv->otg->state)); usb_otg_state_string(musb->xceiv->otg->state));
} }
} }
EXPORT_SYMBOL_GPL(musb_root_disconnect);
/*---------------------------------------------------------------------*/ /*---------------------------------------------------------------------*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册