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 f14b3aec58c..d6c9e618031 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -112,6 +112,7 @@ struct omap_globals {  	void __iomem	*prm;            /* Power and Reset Management */  	void __iomem	*cm;             /* Clock Management */  	void __iomem	*cm2; +	void __iomem	*prcm_mpu;  };  void omap2_set_globals_242x(void);  |