diff options
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 57da7f406e28..0672fc54b30f 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -111,6 +111,7 @@ struct omap_globals { | |||
111 | void __iomem *prm; /* Power and Reset Management */ | 111 | void __iomem *prm; /* Power and Reset Management */ |
112 | void __iomem *cm; /* Clock Management */ | 112 | void __iomem *cm; /* Clock Management */ |
113 | void __iomem *cm2; | 113 | void __iomem *cm2; |
114 | void __iomem *prcm_mpu; | ||
114 | }; | 115 | }; |
115 | 116 | ||
116 | void omap2_set_globals_242x(void); | 117 | void omap2_set_globals_242x(void); |