meson-mx-socinfo: Make local function meson_mx_socinfo_init() static
authorweiyongjun (A) <weiyongjun1@huawei.com>
Wed, 10 Jan 2018 14:19:40 +0000 (14:19 +0000)
committerKevin Hilman <khilman@baylibre.com>
Mon, 12 Feb 2018 22:15:47 +0000 (14:15 -0800)
commit82a759c91801d1f9851196d73516a504064e472c
treefe6de6016e6b606901c8235b44b06e40d84bbad7
parent87f88732d25e6175cb4faa8070658f604660d720
meson-mx-socinfo: Make local function meson_mx_socinfo_init() static

Fixes the following sparse warnings:

drivers/soc/amlogic/meson-mx-socinfo.c:107:12: warning:
 symbol 'meson_mx_socinfo_init' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
drivers/soc/amlogic/meson-mx-socinfo.c