OSDN Git Service

clocksource/drivers/tcb_clksrc: Make tc_clksrc_suspend/resume() static
authorYueHaibing <yuehaibing@huawei.com>
Fri, 22 Mar 2019 14:39:40 +0000 (22:39 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 22 Mar 2019 21:59:33 +0000 (22:59 +0100)
commitbddee90af621914f08a03d546419fc293e9140d8
tree8d4ca7a55ee1668657196acbd9d8ee66b221566f
parentd18a7408d7be0f34a120d99051ed5187d9727728
clocksource/drivers/tcb_clksrc: Make tc_clksrc_suspend/resume() static

Fix sparse warnings:

drivers/clocksource/tcb_clksrc.c:74:6: warning:
 symbol 'tc_clksrc_suspend' was not declared. Should it be static?
drivers/clocksource/tcb_clksrc.c:89:6: warning:
 symbol 'tc_clksrc_resume' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: <nicolas.ferre@microchip.com>
Cc: <daniel.lezcano@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>
Link: https://lkml.kernel.org/r/20190322143940.12396-1-yuehaibing@huawei.com
drivers/clocksource/tcb_clksrc.c