1
0
Fork 0

HSI: ssi_protocol: Fix sparse non static symbol warning

Fixes the following sparse warning:

drivers/hsi/clients/ssi_protocol.c:904:6: warning:
 symbol 'ssip_port_event' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
hifive-unleashed-5.1
Wei Yongjun 2014-07-20 13:17:20 +08:00 committed by Sebastian Reichel
parent b74d4954ae
commit 0a0ea07d3d
1 changed files with 1 additions and 1 deletions

View File

@ -901,7 +901,7 @@ out:
ssip_free_data(msg);
}
void ssip_port_event(struct hsi_client *cl, unsigned long event)
static void ssip_port_event(struct hsi_client *cl, unsigned long event)
{
switch (event) {
case HSI_EVENT_START_RX: