diff options
| author | Ralf Baechle <[email protected]> | 2011-06-01 18:05:06 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2011-06-09 13:01:40 +0000 |
| commit | 16f871bc30f86560017b9d34520593a28e08f373 (patch) | |
| tree | c025012cd51f7270607463d2daa507ca953aeffb /arch/x86/include/asm/apb_timer.h | |
| parent | i8253: Alpha, PowerPC: Remove unused asm/8253pit.h (diff) | |
| download | kernel-16f871bc30f86560017b9d34520593a28e08f373.tar.gz kernel-16f871bc30f86560017b9d34520593a28e08f373.zip | |
x86: i8253: Consolidate definitions of global_clock_event
There are multiple declarations of global_clock_event in header files
specific to particular clock event implementations. Consolidate them
in <asm/time.h> and make sure all users include that header.
Signed-off-by: Ralf Baechle <[email protected]>
Cc: Venkatesh Pallipadi (Venki) <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'arch/x86/include/asm/apb_timer.h')
| -rw-r--r-- | arch/x86/include/asm/apb_timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apb_timer.h b/arch/x86/include/asm/apb_timer.h index 2fefa501d3ba..963f7d487781 100644 --- a/arch/x86/include/asm/apb_timer.h +++ b/arch/x86/include/asm/apb_timer.h @@ -50,7 +50,6 @@ #define APBT_DEV_USED 1 extern void apbt_time_init(void); -extern struct clock_event_device *global_clock_event; extern unsigned long apbt_quick_calibrate(void); extern int arch_setup_apbt_irqs(int irq, int trigger, int mask, int cpu); extern void apbt_setup_secondary_clock(void); |
