commit | 70a20025632ca320316b5068326784d07c8ff351 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 30 13:30:18 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:18 2008 +0100 |
tree | 06e3098d91423fe58d1a658c97ecd8af3bb042c6 | |
parent | 80ca9c98f50c11b63b87971594d7e38cba0bbcef [diff] [blame] |
x86: move pmtmr related declarations Move more stuff out of proto.h Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c index 3de3764..0cb14d4 100644 --- a/arch/x86/kernel/apic_64.c +++ b/arch/x86/kernel/apic_64.c
@@ -26,6 +26,7 @@ #include <linux/module.h> #include <linux/ioport.h> #include <linux/clockchips.h> +#include <linux/acpi_pmtmr.h> #include <asm/atomic.h> #include <asm/smp.h>