summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/vp.h
diff options
context:
space:
mode:
authorKevin Hilman <khilman@ti.com>2011-03-16 17:20:35 -0700
committerKevin Hilman <khilman@ti.com>2011-09-15 11:39:09 -0700
commitc39263c33f9c94443aa9fc4fc2b1f1191666fccd (patch)
tree7a2db13a038df0cd125515727d98013b36c41966 /arch/arm/mach-omap2/vp.h
parenta7460daf15239563b3e7bb862580f90da78541bd (diff)
downloadlinux-stable-c39263c33f9c94443aa9fc4fc2b1f1191666fccd.tar.gz
linux-stable-c39263c33f9c94443aa9fc4fc2b1f1191666fccd.tar.bz2
linux-stable-c39263c33f9c94443aa9fc4fc2b1f1191666fccd.zip
OMAP2+: voltage: move prm_irqst_reg from VP into voltage domain
The prm_irqst_reg is not part of the VP. Move it up into the common voltage domain struct. Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/vp.h')
-rw-r--r--arch/arm/mach-omap2/vp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/vp.h b/arch/arm/mach-omap2/vp.h
index d277da6c0378..5406b08463b6 100644
--- a/arch/arm/mach-omap2/vp.h
+++ b/arch/arm/mach-omap2/vp.h
@@ -70,16 +70,13 @@ struct omap_vp_common_data {
/**
* struct omap_vp_prm_irqst_data - PRM_IRQSTATUS_MPU.VP_TRANXDONE_ST data
- * @prm_irqst_reg: reg offset for PRM_IRQSTATUS_MPU from top of PRM
* @tranxdone_status: VP_TRANXDONE_ST bitmask in PRM_IRQSTATUS_MPU reg
*
- * XXX prm_irqst_reg does not belong here
* XXX Note that on OMAP3, VP_TRANXDONE interrupt may not work due to a
* hardware bug
* XXX This structure is probably not needed
*/
struct omap_vp_prm_irqst_data {
- u8 prm_irqst_reg;
u32 tranxdone_status;
};