aboutsummaryrefslogtreecommitdiff
path: root/include/linux/rtc/pcf50633.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/rtc/pcf50633.h')
-rw-r--r--include/linux/rtc/pcf50633.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/rtc/pcf50633.h b/include/linux/rtc/pcf50633.h
deleted file mode 100644
index 4fc5898ed5d..00000000000
--- a/include/linux/rtc/pcf50633.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __LINUX_RTC_PCF50633_H
-#define __LINUX_RTC_PCF50633_H
-
-
-enum pcf50633_rtc_event {
- PCF50633_RTC_EVENT_ALARM,
- PCF50633_RTC_EVENT_SECOND,
-};
-
-void pcf50633_rtc_handle_event(struct pcf50633_data *pcf,
- enum pcf50633_rtc_event evt);
-
-#endif