aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:18 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:18 +0100
commit6fc30f9e292d2275248b6ee5ca903248b66efca1 (patch)
tree71e3c5c660ac0c7d5ae67377b5a4bdbafda1c0e0 /include
parentx86: move pmtmr related declarations (diff)
downloadlinux-dev-6fc30f9e292d2275248b6ee5ca903248b66efca1.tar.xz
linux-dev-6fc30f9e292d2275248b6ee5ca903248b66efca1.zip
x86: remove obsolete nohpet declaration
Lonely user is hpet.c, so no need to declare it elsewhere. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h
index 9074aa7ebc65..4eddf2761804 100644
--- a/include/asm-x86/proto.h
+++ b/include/asm-x86/proto.h
@@ -25,8 +25,6 @@ extern void ia32_sysenter_target(void);
extern void config_acpi_tables(void);
extern void ia32_syscall(void);
-extern int nohpet;
-
extern void reserve_bootmem_generic(unsigned long phys, unsigned len);
extern void load_gs_index(unsigned gs);