Commit d94a44a5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: export gb_new_ap_msg so that the es1 module can use it

parent ec909874
......@@ -106,6 +106,8 @@ int gb_new_ap_msg(u8 *data, int size)
return 0;
}
EXPORT_SYMBOL_GPL(gb_new_ap_msg);
int gb_thread_init(void)
{
......
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