rtc: opal: Make opal_tpo_alarm_irq_enable static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 19 Mar 2019 15:25:31 +0000 (23:25 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 4 Apr 2019 08:07:10 +0000 (10:07 +0200)
commitfd86b2d4bbfc66a42af51677a72254d304d79c99
tree5b584b3009c6879d673ae57a80b06be25c383448
parentd3062d1d7415cb5a37777220357aca51a491c3d7
rtc: opal: Make opal_tpo_alarm_irq_enable static

Fix sparse warning:

drivers/rtc/rtc-opal.c:227:5:
 warning: symbol 'opal_tpo_alarm_irq_enable' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-opal.c