Commit 0570afcf authored by Alex Elder's avatar Alex Elder Committed by Greg Kroah-Hartman

greybus: make _gb_protocol_find() static

This function should have private scope.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 00ace973
......@@ -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)
static struct gb_protocol *_gb_protocol_find(u8 id)
{
struct gb_protocol *protocol;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment