]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-ds1302: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 23:25:17 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:35 +0000 (17:12 +1100)
commit75e0dd0f3708a3a089be1c20c437a20adf1987d1
tree4fbd367144e6781ed39ce19b4f303c1031a70536
parent6afbb354931456a8fe2362e731541ab59f1e39b1
rtc: rtc-ds1302: use module_platform_driver_probe()

Use module_platform_driver_probe() macro which makes the code smaller and
simpler.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-ds1302.c