diff options
Diffstat (limited to 'arch/alpha/include/asm/rtc.h')
-rw-r--r-- | arch/alpha/include/asm/rtc.h | 10 |
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 @@ +#ifndef _ALPHA_RTC_H +#define _ALPHA_RTC_H + +/* + * Alpha uses the default access methods for the RTC. + */ + +#include <asm-generic/rtc.h> + +#endif |