diff options
Diffstat (limited to 'include/asm-x86/cputime.h')
-rw-r--r-- | include/asm-x86/cputime.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-x86/cputime.h b/include/asm-x86/cputime.h index 87c37cf6b70..6d68ad7e0ea 100644 --- a/include/asm-x86/cputime.h +++ b/include/asm-x86/cputime.h @@ -1,5 +1 @@ -#ifdef CONFIG_X86_32 -# include "cputime_32.h" -#else -# include "cputime_64.h" -#endif +#include <asm-generic/cputime.h> |