Hello, this series converts the two platform drivers that have a remove callback below arch/sparc to implement remove_new instead. See commit 5c5a7680e67b ("platform: Provide a remove callback that returns no value") for an extended explanation and the eventual goal. All conversations are trivial, because the driver's .remove() callbacks returned zero unconditionally already. There are no interdependencies between the two patches, so they could be picked up individually if need be. This is merge window material. Best regards Uwe Uwe Kleine-König (2): sparc: parport: Convert to platform remove callback returning void sparc: chmc: Convert to platform remove callback returning void arch/sparc/include/asm/parport_64.h | 6 ++---- arch/sparc/kernel/chmc.c | 5 ++--- 2 files changed, 4 insertions(+), 7 deletions(-) base-commit: 6ebf211bb11dfc004a2ff73a9de5386fa309c430 -- 2.43.0