Skip to content

Commit

Permalink
x86: remove obsolete nohpet declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent 70a2002 commit 6fc30f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-x86/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6fc30f9

Please sign in to comment.