mbox series

[0/2] ARM: OMAP2+: omap-device cleanups

Message ID 20220303180014.2639-1-johan@kernel.org
Headers show
Series ARM: OMAP2+: omap-device cleanups | expand

Message

Johan Hovold March 3, 2022, 6 p.m. UTC
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(-)

Comments

Tony Lindgren April 21, 2022, 11:48 a.m. UTC | #1
* Johan Hovold <johan@kernel.org> [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