mfd: max14577: Use module_init() instead of subsys_initcall()
commit9961bf1876c08d3a290b0e69344c64a8cbbf8a68
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 26 May 2016 16:32:19 +0000 (26 12:32 -0400)
committerLee Jones <lee.jones@linaro.org>
Wed, 29 Jun 2016 09:14:43 +0000 (29 10:14 +0100)
treebcf6e77e2be1f3a7ec7f752e7066d5bf2f8439be
parent698adfc968f3625a50853157ee5dbd208b6408a8
mfd: max14577: Use module_init() instead of subsys_initcall()

The driver's init function is called at subsys init call level but the
dependencies provided by the driver are looked up by drivers that have
probe deferral support, so manual ordering of init calls isn't needed.

Suggested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max14577.c