From: Alexey Charkov Date: Wed, 22 Jun 2011 21:20:13 +0000 (+0200) Subject: rtc: vt8500: Fix build error & cleanup rtc_class_ops->update_irq_enable() X-Git-Tag: v3.0-rc5~32^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ad2d501e7189245bf6bf9dfc2a30511dd50602;p=pandora-kernel.git rtc: vt8500: Fix build error & cleanup rtc_class_ops->update_irq_enable() Now that the generic code handles UIE mode irqs via periodic alarm interrupts, no one calls the rtc_class_ops->update_irq_enable() method anymore. Further the rtc_class_ops doesn't have a update_irq_enable element anymore, so this causes a build error. This patch removes the driver hooks and implementations of update_irq_enable and the associated setup. [wsa: updated commit-message and removed update_irq_enable-function, too] [jstultz: improve commit message, clarifying build issue] Signed-off-by: Alexey Charkov Signed-off-by: Wolfram Sang Signed-off-by: John Stultz --- Reading git-diff-tree failed