On Tue, Aug 17, 2021 at 01:24:49PM +0300, Heikki Krogerus wrote: > There are no more users for it. The last place where it's > called is in platform_device_register_full(). Replacing that > call with device_create_managed_software_node() and > removing the function. > > Reviewed-by: Andy Shevchenko > Signed-off-by: Heikki Krogerus > --- > drivers/base/platform.c | 20 ++------------------ > include/linux/platform_device.h | 2 -- > 2 files changed, 2 insertions(+), 20 deletions(-) Indeed, no other users, and looks correct, too =): Reviewed-by: Thierry Reding