ARM: omap2: remove unused omap2_pm_init
authorArnd Bergmann <arnd@arndb.de>
Wed, 28 Sep 2022 14:26:13 +0000 (16:26 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 9 Jan 2023 16:00:54 +0000 (17:00 +0100)
commitd2200da9e6dec280b0ed02e76d5e9e71573eea1e
tree8477c2104ae49a3b1dc1b5c936fdf7e798ce543b
parenta1080f6165d7ae9a32efde5b2fcd11d9076eb7f0
ARM: omap2: remove unused omap2_pm_init

The omap2420_init_late() and omap2430_init_late() functions
are never called. Removing them also shows that the entire
arch/arm/mach-omap2/pm24xx.c file is unused and can be
removed.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/pm24xx.c [deleted file]