]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: rtc-au1xxx: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:18:36 +0000 (16:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:22 +0000 (18:28 -0700)
commitaaa8345881ab6c6163438f21bf7ea12374a7af78
treec202a960616f81cfddc6eb3d9d01c8a087732984
parentac36960f42ee2788dd0a2988779e45952a8327a9
rtc: rtc-au1xxx: 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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-au1xxx.c