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-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d94a44a54e9b2df3716e919763763e7095526e4b;p=openwrt%2Fstaging%2Fblogic.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) {