rtc: at91rm9200 fixes
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 22 Sep 2009 23:46:31 +0000 (16:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Sep 2009 14:39:46 +0000 (07:39 -0700)
commitdac94d9ec98517e8fe3f980e38f29ea3ac712168
tree7f1498da5670a505303d0b579381d3061631d5b7
parent971370cc18ae13e87b68ba1769cbad497fa4ab98
rtc: at91rm9200 fixes

Fix two new-ish runtime warnings in the at91rm9200 (etc) RTC:

 Platform driver 'at91_rtc' needs updating - please use dev_pm_ops
  ... by just switching

 IRQ 1/at91_rtc: IRQF_DISABLED is not guaranteed on shared IRQs
  ... no longer needed now that rtc_update_irq() changed

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-at91rm9200.c