summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/alpha/include/asm/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/alpha/include/asm/rtc.h')
-rw-r--r--ANDROID_3.4.5/arch/alpha/include/asm/rtc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/alpha/include/asm/rtc.h b/ANDROID_3.4.5/arch/alpha/include/asm/rtc.h
deleted file mode 100644
index d70408d3..00000000
--- a/ANDROID_3.4.5/arch/alpha/include/asm/rtc.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _ALPHA_RTC_H
-#define _ALPHA_RTC_H
-
-#if defined(CONFIG_ALPHA_MARVEL) && defined(CONFIG_SMP) \
- || defined(CONFIG_ALPHA_GENERIC)
-# define get_rtc_time alpha_mv.rtc_get_time
-# define set_rtc_time alpha_mv.rtc_set_time
-#endif
-
-#include <asm-generic/rtc.h>
-
-#endif