aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r--arch/arm/mach-omap2/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h
index f14b3aec58cc..d6c9e6180318 100644
--- a/arch/arm/mach-omap2/common.h
+++ b/arch/arm/mach-omap2/common.h
@@ -112,6 +112,7 @@ struct omap_globals {
112 void __iomem *prm; /* Power and Reset Management */ 112 void __iomem *prm; /* Power and Reset Management */
113 void __iomem *cm; /* Clock Management */ 113 void __iomem *cm; /* Clock Management */
114 void __iomem *cm2; 114 void __iomem *cm2;
115 void __iomem *prcm_mpu;
115}; 116};
116 117
117void omap2_set_globals_242x(void); 118void omap2_set_globals_242x(void);