diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-25 04:48:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-25 13:53:43 -0400 |
commit | 372572e9b1dcc5e36091199be63766d13e5a8ae0 (patch) | |
tree | 7ea092d462eb56951cff0d3614d71731ae3445ca /drivers/char/hpet.c | |
parent | 8d1e120f695e9bcf01585e052577dc1e099033f9 (diff) |
#if 0 hpet_unregister()
This patch #if 0's the unused hpet_unregister().
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/hpet.c')
-rw-r--r-- | drivers/char/hpet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c index fb0a85a1eb36..b3f5dbc6d880 100644 --- a/drivers/char/hpet.c +++ b/drivers/char/hpet.c | |||
@@ -623,6 +623,7 @@ static inline int hpet_tpcheck(struct hpet_task *tp) | |||
623 | return -ENXIO; | 623 | return -ENXIO; |
624 | } | 624 | } |
625 | 625 | ||
626 | #if 0 | ||
626 | int hpet_unregister(struct hpet_task *tp) | 627 | int hpet_unregister(struct hpet_task *tp) |
627 | { | 628 | { |
628 | struct hpet_dev *devp; | 629 | struct hpet_dev *devp; |
@@ -652,6 +653,7 @@ int hpet_unregister(struct hpet_task *tp) | |||
652 | 653 | ||
653 | return 0; | 654 | return 0; |
654 | } | 655 | } |
656 | #endif /* 0 */ | ||
655 | 657 | ||
656 | static ctl_table hpet_table[] = { | 658 | static ctl_table hpet_table[] = { |
657 | { | 659 | { |