ARM: OMAP2+: control: determine control module base address from DT
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-omap2 / prm_common.c
index b23d2327bafe0d9eed15b638c99fb0e4699b4b6d..a943e144753652b1a997345966a03e427cdc4d6c 100644 (file)
@@ -722,11 +722,6 @@ int __init omap_prcm_init(void)
        return 0;
 }
 
-void __init omap3_prcm_legacy_iomaps_init(void)
-{
-       omap2_clk_legacy_provider_init(TI_CLKM_SCRM, omap_ctrl_base_get());
-}
-
 static int __init prm_late_init(void)
 {
        if (prm_ll_data->late_init)