twl4030_charger: Use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 5 Mar 2013 04:01:36 +0000 (13:01 +0900)
committerAnton Vorontsov <anton@enomsg.org>
Mon, 1 Apr 2013 06:04:20 +0000 (23:04 -0700)
commit4420dc200084120955a7b81a5f012d6b4ab0974d
tree4d0cc8570af981571b01e9d4f8f113841d83fd31
parent9c1d1af0cf78a7e8967194a4ee424b0742a52921
twl4030_charger: 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>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
drivers/power/twl4030_charger.c