mfd: mfd-core: Remove mfd_clone_cell()
authorLee Jones <lee.jones@linaro.org>
Fri, 18 Oct 2019 12:31:39 +0000 (13:31 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 11 Nov 2019 08:45:03 +0000 (08:45 +0000)
commitead1c83ddd7613d9e61368dc686d014e37955192
treee93d08d1647b117f1ef7df975a6cd75de0ac6a76
parentb195e101580db390f50b0d587b7f66f241d2bc88
mfd: mfd-core: Remove mfd_clone_cell()

Providing a subsystem-level API helper seems over-kill just to save a
few lines of C-code.  Previous commits saw us convert mfd_clone_cell()'s
only user over to use a more traditional style of MFD child-device
registration.  Now we can remove the superfluous helper from the MFD API.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
drivers/mfd/mfd-core.c
include/linux/mfd/core.h