soc: mediatek: Make symbol 'mtk_mutex_driver' static
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 10 Feb 2021 07:56:56 +0000 (07:56 +0000)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 1 Apr 2021 09:27:54 +0000 (11:27 +0200)
commitb23ab27b9a1c4720f628fb12fe4cd767e3266c4c
treec8c3684a84797af9c3155d64336f19dbe82bf837
parent1ff1270fca33c582b53b51dc2903f21ae7e1f4bc
soc: mediatek: Make symbol 'mtk_mutex_driver' static

The sparse tool complains as follows:

drivers/soc/mediatek/mtk-mutex.c:464:24: warning:
 symbol 'mtk_mutex_driver' was not declared. Should it be static?

This symbol is not used outside of mtk-mutex.c, so this
commit marks it static.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://lore.kernel.org/r/20210210075656.1096251-1-weiyongjun1@huawei.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/mtk-mutex.c