aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/mc146818rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/include/asm/mc146818rtc.h')
-rw-r--r--arch/parisc/include/asm/mc146818rtc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/mc146818rtc.h b/arch/parisc/include/asm/mc146818rtc.h
new file mode 100644
index 000000000000..adf41631449f
--- /dev/null
+++ b/arch/parisc/include/asm/mc146818rtc.h
@@ -0,0 +1,9 @@
+/*
+ * Machine dependent access functions for RTC registers.
+ */
+#ifndef _ASM_MC146818RTC_H
+#define _ASM_MC146818RTC_H
+
+/* empty include file to satisfy the include in genrtc.c */
+
+#endif /* _ASM_MC146818RTC_H */