From: Thomas Gleixner Signed-off-by: Thomas Gleixner Signed-off-by: Chris Wright Signed-off-by: Ingo Molnar Cc: Andi Kleen Cc: john stultz Signed-off-by: Andrew Morton --- include/asm-i386/i8253.h | 4 ---- 1 files changed, 4 deletions(-) diff -puN include/asm-i386/i8253.h~i386-pit-remove-the-useless-ifdefs include/asm-i386/i8253.h --- a/include/asm-i386/i8253.h~i386-pit-remove-the-useless-ifdefs +++ a/include/asm-i386/i8253.h @@ -8,12 +8,8 @@ extern spinlock_t i8253_lock; -#ifdef CONFIG_GENERIC_CLOCKEVENTS - extern struct clock_event_device *global_clock_event; extern void setup_pit_timer(void); -#endif - #endif /* __ASM_I8253_H__ */ _