]> git.baikalelectronics.ru Git - kernel.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)
commitd00d1a2e79374a3331175609b7bf75ee802cd6f2
treea9148c7fa5dc5afeb79859df6e045cb0115b1cf3
parent4cb925beb8a8c54b9603ec4a822a2bbb6851065b
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