Commit 372572e9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

#if 0 hpet_unregister()

This patch #if 0's the unused hpet_unregister().
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8d1e120f
......@@ -623,6 +623,7 @@ static inline int hpet_tpcheck(struct hpet_task *tp)
return -ENXIO;
}
#if 0
int hpet_unregister(struct hpet_task *tp)
{
struct hpet_dev *devp;
......@@ -652,6 +653,7 @@ int hpet_unregister(struct hpet_task *tp)
return 0;
}
#endif /* 0 */
static ctl_table hpet_table[] = {
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment