When fixing some platform-device leaks to due to missing error handling,
I stumbled over the omap_device_register() helper which is no longer
used and can be removed.
Johan
Johan Hovold (2):
ARM: OMAP2+: drop omap_device_register() helper
ARM: OMAP2+: drop hwmod-clock helper comment
arch/arm/mach-omap2/omap_device.c | 20 --------------------
arch/arm/mach-omap2/omap_device.h | 1 -
2 files changed, 21 deletions(-)
--
2.34.1
* Johan Hovold <[email protected]> [220303 20:00]:
> When fixing some platform-device leaks to due to missing error handling,
> I stumbled over the omap_device_register() helper which is no longer
> used and can be removed.
Thanks applying these into omap-for-v5.19/soc.
Tony