aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/rtc.h')
-rw-r--r--arch/alpha/include/asm/rtc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/rtc.h b/arch/alpha/include/asm/rtc.h
new file mode 100644
index 000000000000..4e854b1333eb
--- /dev/null
+++ b/arch/alpha/include/asm/rtc.h
@@ -0,0 +1,10 @@
1#ifndef _ALPHA_RTC_H
2#define _ALPHA_RTC_H
3
4/*
5 * Alpha uses the default access methods for the RTC.
6 */
7
8#include <asm-generic/rtc.h>
9
10#endif