diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:27 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:27 -0500 |
commit | 02456c708eab4515121e5e581422fa3be14368d1 (patch) | |
tree | d10c48de08d0ab23f6876c76e98b70f134ac1b44 /include/linux/hpet.h | |
parent | 16da2f93054fc379522b93afc71d49751bd8be2b (diff) |
x86: nuke a ton of dead hpet code
No users, just ballast
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/hpet.h')
-rw-r--r-- | include/linux/hpet.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hpet.h b/include/linux/hpet.h index e3c0b2aa944c..9cd94bfd07e5 100644 --- a/include/linux/hpet.h +++ b/include/linux/hpet.h | |||
@@ -115,9 +115,6 @@ static inline void hpet_reserve_timer(struct hpet_data *hd, int timer) | |||
115 | } | 115 | } |
116 | 116 | ||
117 | int hpet_alloc(struct hpet_data *); | 117 | int hpet_alloc(struct hpet_data *); |
118 | int hpet_register(struct hpet_task *, int); | ||
119 | int hpet_unregister(struct hpet_task *); | ||
120 | int hpet_control(struct hpet_task *, unsigned int, unsigned long); | ||
121 | 118 | ||
122 | #endif /* __KERNEL__ */ | 119 | #endif /* __KERNEL__ */ |
123 | 120 | ||