]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: sirfsoc: Make sysrtc_regmap_config static
authorYueHaibing <yuehaibing@huawei.com>
Wed, 10 Apr 2019 13:43:36 +0000 (21:43 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 11 Apr 2019 21:18:27 +0000 (23:18 +0200)
commit8c5e665db7f4d3aeab7f50951c2b0e77a5f0ba34
tree819487e7de96bb2d094c912ebbfde81c9f4b4a1a
parent7a04a0a5588db15f6e4cfff3eb2d71fbe84be388
rtc: sirfsoc: Make sysrtc_regmap_config static

Fix sparse warning:

drivers/rtc/rtc-sirfsoc.c:282:28: warning:
 symbol 'sysrtc_regmap_config' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-sirfsoc.c