From: Adrian Bunk Date: Fri, 25 Jul 2008 08:48:11 +0000 (-0700) Subject: #if 0 hpet_unregister() X-Git-Tag: v2.6.27-rc1~306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=372572e9b1dcc5e36091199be63766d13e5a8ae0;p=platform%2Fupstream%2Fkernel-adaptation-pc.git #if 0 hpet_unregister() This patch #if 0's the unused hpet_unregister(). Signed-off-by: Adrian Bunk Acked-by: Clemens Ladisch Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c index fb0a85a..b3f5dbc 100644 --- a/drivers/char/hpet.c +++ b/drivers/char/hpet.c @@ -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[] = { {