diff options
Diffstat (limited to 'include/asm-x86/i8253.h')
-rw-r--r-- | include/asm-x86/i8253.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/i8253.h b/include/asm-x86/i8253.h index 7eff6fd27474..28cf67da59a3 100644 --- a/include/asm-x86/i8253.h +++ b/include/asm-x86/i8253.h | |||
@@ -1,10 +1,6 @@ | |||
1 | #ifndef __ASM_I8253_H__ | 1 | #ifndef __ASM_I8253_H__ |
2 | #define __ASM_I8253_H__ | 2 | #define __ASM_I8253_H__ |
3 | 3 | ||
4 | #ifdef CONFIG_X86_64 | ||
5 | # include <asm/8253pit.h> | ||
6 | #endif | ||
7 | |||
8 | /* i8253A PIT registers */ | 4 | /* i8253A PIT registers */ |
9 | #define PIT_MODE 0x43 | 5 | #define PIT_MODE 0x43 |
10 | #define PIT_CH0 0x40 | 6 | #define PIT_CH0 0x40 |