projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec90987
)
greybus: export gb_new_ap_msg so that the es1 module can use it
author
Greg Kroah-Hartman
<greg@kroah.com>
Mon, 1 Sep 2014 21:39:34 +0000
(14:39 -0700)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Mon, 1 Sep 2014 21:39:34 +0000
(14:39 -0700)
drivers/staging/greybus/ap.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/ap.c
b/drivers/staging/greybus/ap.c
index e2b60632f1db92a16c75de79e5864123dff5fbe5..5b06b1919153ad6a323059d45cf78a92a49bedec 100644
(file)
--- 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)
{