diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-10 14:05:02 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-10 14:05:02 +0200 |
commit | 229e1e1146e4f525725253fd7eeeabb07131ec8f (patch) | |
tree | 4ed0b5efdc440ee7c750938a51c89dbaaef4672f /arch/arm/mach-omap2/omap_hwmod.h | |
parent | e98cf7e694863a9208709f39213f9060ffea026f (diff) | |
download | linux-229e1e1146e4f525725253fd7eeeabb07131ec8f.tar.gz linux-229e1e1146e4f525725253fd7eeeabb07131ec8f.tar.bz2 linux-229e1e1146e4f525725253fd7eeeabb07131ec8f.zip |
ARM: OMAP2+: Drop legacy platform data for omap5 hwmod
We can now probe interconnects with simple-pm-bus and genpd.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h index eebf2fdf434c..a0835ab8452b 100644 --- a/arch/arm/mach-omap2/omap_hwmod.h +++ b/arch/arm/mach-omap2/omap_hwmod.h @@ -671,7 +671,6 @@ extern int omap2420_hwmod_init(void); extern int omap2430_hwmod_init(void); extern int omap3xxx_hwmod_init(void); extern int omap44xx_hwmod_init(void); -extern int omap54xx_hwmod_init(void); extern int am33xx_hwmod_init(void); extern int dm814x_hwmod_init(void); extern int dm816x_hwmod_init(void); |