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 57da7f406e2..0672fc54b30 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -111,6 +111,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);  |