提交 0a0ea07d 编写于 作者: W Wei Yongjun 提交者: Sebastian Reichel

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: NWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: NSebastian Reichel <sre@kernel.org>
上级 b74d4954
无相关合并请求
......@@ -901,7 +901,7 @@ static void ssip_tx_data_complete(struct hsi_msg *msg)
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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部