mfd: palmas: Remove call of mfd_remove_devices
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 26 Sep 2013 13:33:48 +0000 (19:03 +0530)
committerLee Jones <lee.jones@linaro.org>
Wed, 23 Oct 2013 15:21:31 +0000 (16:21 +0100)
commitca471660a263f437696bd6459c29395cb176a94a
tree387b180cacbb119b902973c180984784bb40f5a9
parent4657185c3c6d928a07185f63f3558d9483e09d7e
mfd: palmas: Remove call of mfd_remove_devices

The driver only support the device tree and sub modules are populated
through platform, the registration of sub devices through mfd_add_devices
has been removed.

Hence in remove path of the driver, it is not require to call
mfd_remove_devices.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/palmas.c