projects
/
GitHub
/
LineageOS
/
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:
00ace97
)
greybus: make _gb_protocol_find() static
author
Alex Elder
<elder@linaro.org>
Wed, 5 Nov 2014 22:03:10 +0000
(16:03 -0600)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Wed, 5 Nov 2014 22:12:25 +0000
(14:12 -0800)
This function should have private scope.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/protocol.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/protocol.c
b/drivers/staging/greybus/protocol.c
index 52944ecea075a6fdb04dfd76e4a5ce1556215efa..e0bcd4bc28a598e60d5df1df71723a8d10aef359 100644
(file)
--- a/
drivers/staging/greybus/protocol.c
+++ b/
drivers/staging/greybus/protocol.c
@@
-13,7
+13,7
@@
static DEFINE_SPINLOCK(gb_protocols_lock);
static LIST_HEAD(gb_protocols);
/* Caller must hold gb_protocols_lock */
-struct gb_protocol *_gb_protocol_find(u8 id)
+st
atic st
ruct gb_protocol *_gb_protocol_find(u8 id)
{
struct gb_protocol *protocol;