]> rtime.felk.cvut.cz Git - linux-imx.git/commit
misc: ep93xx_pwm: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 5 Mar 2013 02:04:07 +0000 (11:04 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:10:49 +0000 (11:10 -0700)
commitead050dec6b0765357e45287f02ef8e51f69c3ed
treea9148c7fa5dc5afeb79859df6e045cb0115b1cf3
parent4022ed5a7222a400f813cfecfa5ecca40c708f69
misc: ep93xx_pwm: use module_platform_driver_probe()

This patch uses module_platform_driver_probe() macro which makes
the code smaller and simpler.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ep93xx_pwm.c