From: Greg Kroah-Hartman Date: Mon, 1 Sep 2014 21:39:34 +0000 (-0700) Subject: greybus: export gb_new_ap_msg so that the es1 module can use it X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~2154 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d94a44a54e9b2df3716e919763763e7095526e4b;p=karo-tx-linux.git greybus: export gb_new_ap_msg so that the es1 module can use it --- diff --git a/drivers/staging/greybus/ap.c b/drivers/staging/greybus/ap.c index e2b60632f1db..5b06b1919153 100644 --- a/drivers/staging/greybus/ap.c +++ b/drivers/staging/greybus/ap.c @@ -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) {