Loading arch/arm/mach-omap2/cm.h +0 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ extern struct omap_domain_base cm_base; extern struct omap_domain_base cm2_base; extern void omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2); # endif /* Loading arch/arm/mach-omap2/cm_common.c +0 −13 Original line number Diff line number Diff line Loading @@ -37,19 +37,6 @@ struct omap_domain_base cm2_base; #define CM_NO_CLOCKS 0x1 #define CM_SINGLE_INSTANCE 0x2 /** * omap2_set_globals_cm - set the CM/CM2 base addresses (for early use) * @cm: CM base virtual address * @cm2: CM2 base virtual address (if present on the booted SoC) * * XXX Will be replaced when the PRM/CM drivers are completed. */ void __init omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2) { cm_base.va = cm; cm2_base.va = cm2; } /** * cm_split_idlest_reg - split CM_IDLEST reg addr into its components * @idlest_reg: CM_IDLEST* virtual address Loading Loading
arch/arm/mach-omap2/cm.h +0 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ extern struct omap_domain_base cm_base; extern struct omap_domain_base cm2_base; extern void omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2); # endif /* Loading
arch/arm/mach-omap2/cm_common.c +0 −13 Original line number Diff line number Diff line Loading @@ -37,19 +37,6 @@ struct omap_domain_base cm2_base; #define CM_NO_CLOCKS 0x1 #define CM_SINGLE_INSTANCE 0x2 /** * omap2_set_globals_cm - set the CM/CM2 base addresses (for early use) * @cm: CM base virtual address * @cm2: CM2 base virtual address (if present on the booted SoC) * * XXX Will be replaced when the PRM/CM drivers are completed. */ void __init omap2_set_globals_cm(void __iomem *cm, void __iomem *cm2) { cm_base.va = cm; cm2_base.va = cm2; } /** * cm_split_idlest_reg - split CM_IDLEST reg addr into its components * @idlest_reg: CM_IDLEST* virtual address Loading