aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-x86/i8253.h4
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
9extern spinlock_t i8253_lock; 9extern spinlock_t i8253_lock;
10 10
11#ifdef CONFIG_GENERIC_CLOCKEVENTS
12
13extern struct clock_event_device *global_clock_event; 11extern struct clock_event_device *global_clock_event;
14 12
15extern void setup_pit_timer(void); 13extern void setup_pit_timer(void);
16 14
17#endif
18
19#endif /* __ASM_I8253_H__ */ 15#endif /* __ASM_I8253_H__ */