aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/rtc.h')
-rw-r--r--include/asm-x86/rtc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-x86/rtc.h b/include/asm-x86/rtc.h
index 1f0c98eb2e38..f71c3b0ed360 100644
--- a/include/asm-x86/rtc.h
+++ b/include/asm-x86/rtc.h
@@ -1,5 +1 @@
1#ifdef CONFIG_X86_32 #include <asm-generic/rtc.h>
2# include "rtc_32.h"
3#else
4# include "rtc_64.h"
5#endif