hwmon: (mc13783-adc.c) use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 5 Mar 2013 03:12:55 +0000 (12:12 +0900)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 8 Apr 2013 04:16:37 +0000 (21:16 -0700)
commitf40fb63e923ccc8c280f8451d4909bb8607a1a8f
treecd181ab5869e1aae9a632ae87e787cb7849471e3
parent31880c37c11e28cb81c70757e38392b42e695dc6
hwmon: (mc13783-adc.c) 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: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/mc13783-adc.c