From: Thomas Gleixner Date: Fri, 12 Oct 2007 21:04:23 +0000 (+0200) Subject: i386: Remove the useless #ifdef in i8253.h X-Git-Tag: v3.12-rc1~26411^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39d0b7ba7b9c0a2c594073400cde1d0beffa0bea;p=kernel%2Fkernel-generic.git i386: Remove the useless #ifdef in i8253.h Signed-off-by: Thomas Gleixner Signed-off-by: Chris Wright Signed-off-by: Ingo Molnar Signed-off-by: Arjan van de Ven --- diff --git a/include/asm-x86/i8253.h b/include/asm-x86/i8253.h index 28cf67d..747548e 100644 --- a/include/asm-x86/i8253.h +++ b/include/asm-x86/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__ */