projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a2002
)
x86: remove obsolete nohpet declaration
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:18 +0000
(13:30 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:30:18 +0000
(13:30 +0100)
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>
include/asm-x86/proto.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/proto.h
b/include/asm-x86/proto.h
index 9074aa7ebc6510ade49a43d33e8b029954856fe5..4eddf2761804b85b8a8d2fde1f5616d84b58459e 100644
(file)
--- 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);