greybus: export gb_new_ap_msg so that the es1 module can use it
This commit is contained in:
parent
ec909874c7
commit
d94a44a54e
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue