diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-12 17:04:23 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-12 17:04:23 -0400 |
commit | 39d0b7ba7b9c0a2c594073400cde1d0beffa0bea (patch) | |
tree | 5809ffeaf92a22e9eec7a8a019df3c836d00378a /include | |
parent | 43ca7ec96f01bd921e772112729005d4474fdbf4 (diff) |
i386: Remove the useless #ifdef in i8253.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Diffstat (limited to 'include')
-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 28cf67da59a3..747548ec5d1d 100644 --- a/include/asm-x86/i8253.h +++ b/include/asm-x86/i8253.h | |||
@@ -8,12 +8,8 @@ | |||
8 | 8 | ||
9 | extern spinlock_t i8253_lock; | 9 | extern spinlock_t i8253_lock; |
10 | 10 | ||
11 | #ifdef CONFIG_GENERIC_CLOCKEVENTS | ||
12 | |||
13 | extern struct clock_event_device *global_clock_event; | 11 | extern struct clock_event_device *global_clock_event; |
14 | 12 | ||
15 | extern void setup_pit_timer(void); | 13 | extern void setup_pit_timer(void); |
16 | 14 | ||
17 | #endif | ||
18 | |||
19 | #endif /* __ASM_I8253_H__ */ | 15 | #endif /* __ASM_I8253_H__ */ |