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

This commit is contained in:
Greg Kroah-Hartman 2014-09-01 14:39:34 -07:00
parent ec909874c7
commit d94a44a54e
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{