mfd_clone_cell() only has one user and it quite easy to replicate using the existing MFD registration API in the traditional way. Here we convert the user and remove the superfluous helper.
Lee Jones (4): mfd: cs5535-mfd: Use PLATFORM_DEVID_* defines and tidy error message mfd: cs5535-mfd: Remove mfd_cell->id hack mfd: cs5535-mfd: Register clients using their own dedicated MFD cell entries mfd: mfd-core: Remove mfd_clone_cell() drivers/mfd/cs5535-mfd.c | 70 ++++++++++++++++++++++++++-------------- drivers/mfd/mfd-core.c | 33 ------------------- include/linux/mfd/core.h | 18 ----------- 3 files changed, 45 insertions(+), 76 deletions(-) -- 2.17.1