diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/rtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rtc.h b/include/linux/rtc.h index 741a51cc446..2ca7e8a7806 100644 --- a/include/linux/rtc.h +++ b/include/linux/rtc.h | |||
@@ -149,7 +149,6 @@ struct rtc_class_ops { | |||
149 | int (*set_mmss)(struct device *, unsigned long secs); | 149 | int (*set_mmss)(struct device *, unsigned long secs); |
150 | int (*read_callback)(struct device *, int data); | 150 | int (*read_callback)(struct device *, int data); |
151 | int (*alarm_irq_enable)(struct device *, unsigned int enabled); | 151 | int (*alarm_irq_enable)(struct device *, unsigned int enabled); |
152 | int (*update_irq_enable)(struct device *, unsigned int enabled); | ||
153 | }; | 152 | }; |
154 | 153 | ||
155 | #define RTC_DEVICE_NAME_SIZE 20 | 154 | #define RTC_DEVICE_NAME_SIZE 20 |