diff options
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r-- | include/linux/rtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index 9531845c419f..445fe6e7c629 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h | |||
@@ -148,7 +148,7 @@ extern int rtc_initialize_alarm(struct rtc_device *rtc, | |||
148 | extern void rtc_update_irq(struct rtc_device *rtc, | 148 | extern void rtc_update_irq(struct rtc_device *rtc, |
149 | unsigned long num, unsigned long events); | 149 | unsigned long num, unsigned long events); |
150 | 150 | ||
151 | extern struct rtc_device *rtc_class_open(char *name); | 151 | extern struct rtc_device *rtc_class_open(const char *name); |
152 | extern void rtc_class_close(struct rtc_device *rtc); | 152 | extern void rtc_class_close(struct rtc_device *rtc); |
153 | 153 | ||
154 | extern int rtc_irq_register(struct rtc_device *rtc, | 154 | extern int rtc_irq_register(struct rtc_device *rtc, |