diff options
-rw-r--r-- | drivers/rtc/rtc-hym8563.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-hym8563.c b/drivers/rtc/rtc-hym8563.c index 6118000b787a..bd628a6f981d 100644 --- a/drivers/rtc/rtc-hym8563.c +++ b/drivers/rtc/rtc-hym8563.c | |||
@@ -389,7 +389,7 @@ static int hym8563_clkout_is_prepared(struct clk_hw *hw) | |||
389 | return !(ret & HYM8563_CLKOUT_DISABLE); | 389 | return !(ret & HYM8563_CLKOUT_DISABLE); |
390 | } | 390 | } |
391 | 391 | ||
392 | const struct clk_ops hym8563_clkout_ops = { | 392 | static const struct clk_ops hym8563_clkout_ops = { |
393 | .prepare = hym8563_clkout_prepare, | 393 | .prepare = hym8563_clkout_prepare, |
394 | .unprepare = hym8563_clkout_unprepare, | 394 | .unprepare = hym8563_clkout_unprepare, |
395 | .is_prepared = hym8563_clkout_is_prepared, | 395 | .is_prepared = hym8563_clkout_is_prepared, |