]> asedeno.scripts.mit.edu Git - linux.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)
commit153a9177c1c8df514d6bd307b28d76832a8cefe8
tree819487e7de96bb2d094c912ebbfde81c9f4b4a1a
parentac2ae48efad76e524cb77934ae5c5649520f0037
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