diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /arch/alpha/include/asm/rtc.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'arch/alpha/include/asm/rtc.h')
-rw-r--r-- | arch/alpha/include/asm/rtc.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/alpha/include/asm/rtc.h b/arch/alpha/include/asm/rtc.h index d70408d3667..1f7fba671ae 100644 --- a/arch/alpha/include/asm/rtc.h +++ b/arch/alpha/include/asm/rtc.h | |||
@@ -1,10 +1,14 @@ | |||
1 | #ifndef _ALPHA_RTC_H | 1 | #ifndef _ALPHA_RTC_H |
2 | #define _ALPHA_RTC_H | 2 | #define _ALPHA_RTC_H |
3 | 3 | ||
4 | #if defined(CONFIG_ALPHA_MARVEL) && defined(CONFIG_SMP) \ | 4 | #if defined(CONFIG_ALPHA_GENERIC) |
5 | || defined(CONFIG_ALPHA_GENERIC) | ||
6 | # define get_rtc_time alpha_mv.rtc_get_time | 5 | # define get_rtc_time alpha_mv.rtc_get_time |
7 | # define set_rtc_time alpha_mv.rtc_set_time | 6 | # define set_rtc_time alpha_mv.rtc_set_time |
7 | #else | ||
8 | # if defined(CONFIG_ALPHA_MARVEL) && defined(CONFIG_SMP) | ||
9 | # define get_rtc_time marvel_get_rtc_time | ||
10 | # define set_rtc_time marvel_set_rtc_time | ||
11 | # endif | ||
8 | #endif | 12 | #endif |
9 | 13 | ||
10 | #include <asm-generic/rtc.h> | 14 | #include <asm-generic/rtc.h> |