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.14-rc1~2366^2~378^2~21^2~2154 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d94a44a54e9b2df3716e919763763e7095526e4b;p=platform%2Fkernel%2Flinux-rpi.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 e2b6063..5b06b19 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) {