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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h
index c1089fe5344a..f89bfbb54902 100644
--- a/include/linux/rtc.h
+++ b/include/linux/rtc.h
@@ -67,7 +67,7 @@ extern struct class *rtc_class;
67 * 67 *
68 * The (current) exceptions are mostly filesystem hooks: 68 * The (current) exceptions are mostly filesystem hooks:
69 * - the proc() hook for procfs 69 * - the proc() hook for procfs
70 * - non-ioctl() chardev hooks: open(), release(), read_callback() 70 * - non-ioctl() chardev hooks: open(), release()
71 * 71 *
72 * REVISIT those periodic irq calls *do* have ops_lock when they're 72 * REVISIT those periodic irq calls *do* have ops_lock when they're
73 * issued through ioctl() ... 73 * issued through ioctl() ...
@@ -81,7 +81,6 @@ struct rtc_class_ops {
81 int (*proc)(struct device *, struct seq_file *); 81 int (*proc)(struct device *, struct seq_file *);
82 int (*set_mmss64)(struct device *, time64_t secs); 82 int (*set_mmss64)(struct device *, time64_t secs);
83 int (*set_mmss)(struct device *, unsigned long secs); 83 int (*set_mmss)(struct device *, unsigned long secs);
84 int (*read_callback)(struct device *, int data);
85 int (*alarm_irq_enable)(struct device *, unsigned int enabled); 84 int (*alarm_irq_enable)(struct device *, unsigned int enabled);
86 int (*read_offset)(struct device *, long *offset); 85 int (*read_offset)(struct device *, long *offset);
87 int (*set_offset)(struct device *, long offset); 86 int (*set_offset)(struct device *, long offset);