net: dsa: sja1105: Make function sja1105_xfer_long_buf static
authorzhengbin <zhengbin13@huawei.com>
Fri, 4 Oct 2019 09:57:30 +0000 (17:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Oct 2019 00:25:04 +0000 (17:25 -0700)
commit26e0105550862a137eba701e2f4e3eeb343759e9
treeb95ef1bc9606cee87d01392257ced21fc13ee76e
parentc62c2cfb801b6c890641ed6c91ec9e5c7ad8e2f3
net: dsa: sja1105: Make function sja1105_xfer_long_buf static

Fix sparse warnings:

drivers/net/dsa/sja1105/sja1105_spi.c:159:5: warning: symbol 'sja1105_xfer_long_buf' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/sja1105/sja1105_spi.c