aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rtc.h')
-rw-r--r--include/linux/rtc.h2
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,
148extern void rtc_update_irq(struct rtc_device *rtc, 148extern void rtc_update_irq(struct rtc_device *rtc,
149 unsigned long num, unsigned long events); 149 unsigned long num, unsigned long events);
150 150
151extern struct rtc_device *rtc_class_open(char *name); 151extern struct rtc_device *rtc_class_open(const char *name);
152extern void rtc_class_close(struct rtc_device *rtc); 152extern void rtc_class_close(struct rtc_device *rtc);
153 153
154extern int rtc_irq_register(struct rtc_device *rtc, 154extern int rtc_irq_register(struct rtc_device *rtc,