rtc: rtc-sh: Fix rtc_dev pointer for rtc_update_irq().
authorPaul Mundt <lethal@linux-sh.org>
Wed, 9 May 2007 03:37:53 +0000 (12:37 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 9 May 2007 03:37:53 +0000 (12:37 +0900)
commita361a68bc510b91b50462433cfa65c6b620a80c3
tree339a173db5e2bad7a3cca8e8ebece43ea74115f5
parentb118ca572db5af832c6fc1af7b301105378d1a08
rtc: rtc-sh: Fix rtc_dev pointer for rtc_update_irq().

When the rtc_update_irq() callsites stopped passing in the
class_dev, the rtc_dev references weren't fixed. Fix it up,
so we pass in the proper pointer.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/rtc/rtc-sh.c