diff options
Diffstat (limited to 'drivers/rtc/rtc-opal.c')
-rw-r--r-- | drivers/rtc/rtc-opal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-opal.c b/drivers/rtc/rtc-opal.c index 60f2250fd96b..3dd9d266ce09 100644 --- a/drivers/rtc/rtc-opal.c +++ b/drivers/rtc/rtc-opal.c | |||
@@ -224,7 +224,7 @@ exit: | |||
224 | return rc; | 224 | return rc; |
225 | } | 225 | } |
226 | 226 | ||
227 | int opal_tpo_alarm_irq_enable(struct device *dev, unsigned int enabled) | 227 | static int opal_tpo_alarm_irq_enable(struct device *dev, unsigned int enabled) |
228 | { | 228 | { |
229 | struct rtc_wkalrm alarm = { .enabled = 0 }; | 229 | struct rtc_wkalrm alarm = { .enabled = 0 }; |
230 | 230 | ||