mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 21:09:25 -04:00
greybus: make _gb_protocol_find() static
This function should have private scope. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
00ace97390
commit
0570afcf24
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user