]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-pcf50633.c: don't request update IRQ
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 26 May 2011 23:25:10 +0000 (16:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2011 00:12:33 +0000 (17:12 -0700)
commit78cac5ee9fc65820a4c0ea5130ebdad6fdaff9fd
tree05fac449e2b583a98b0ef4fcbd4176d08e2dac5a
parent49dc2b62bef54d2295496bbd36ec8f30d37f70b5
drivers/rtc/rtc-pcf50633.c: don't request update IRQ

Commit c2188518 ("RTC: Cleanup rtc_class_ops->update_irq_enable()")
removed the only user of the update IRQ, so there is no need to manage it
any more.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Marcelo Roberto Jimenez <mroberto@cpti.cetuc.puc-rio.br>
Cc: John Stultz <john.stultz@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-pcf50633.c