diff options
Diffstat (limited to 'include/asm-x86/rtc.h')
-rw-r--r-- | include/asm-x86/rtc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-x86/rtc.h b/include/asm-x86/rtc.h index 1f0c98eb2e3..f71c3b0ed36 100644 --- a/include/asm-x86/rtc.h +++ b/include/asm-x86/rtc.h @@ -1,5 +1 @@ -#ifdef CONFIG_X86_32 -# include "rtc_32.h" -#else -# include "rtc_64.h" -#endif +#include <asm-generic/rtc.h> |