]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq details
authorVenu Byravarasu <vbyravarasu@nvidia.com>
Wed, 26 Sep 2012 01:34:42 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:28:26 +0000 (17:28 +1000)
commit56da8888ba71695c0ddc06a8692b478a2b6ed24e
tree86e7d6c984a9f039e8fafe9da700cde8c29ba623
parent618e71ac55438f271a54186cca471cd2b12f02d2
drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq details

As RTC driver needs only irq number from platform data, using
platform_get_irq(), instead of generic dev_get_platdata().

Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-tps65910.c