diff options
-rw-r--r-- | arch/arm/plat-omap/include/plat/powerdomain.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/plat/powerdomain.h b/arch/arm/plat-omap/include/plat/powerdomain.h index c590e2fc140f..87e13f88994f 100644 --- a/arch/arm/plat-omap/include/plat/powerdomain.h +++ b/arch/arm/plat-omap/include/plat/powerdomain.h | |||
@@ -73,12 +73,12 @@ struct powerdomain { | |||
73 | /* Powerdomain name */ | 73 | /* Powerdomain name */ |
74 | const char *name; | 74 | const char *name; |
75 | 75 | ||
76 | /* the address offset from CM_BASE/PRM_BASE */ | ||
77 | const s16 prcm_offs; | ||
78 | |||
79 | /* Used to represent the OMAP chip types containing this pwrdm */ | 76 | /* Used to represent the OMAP chip types containing this pwrdm */ |
80 | const struct omap_chip_id omap_chip; | 77 | const struct omap_chip_id omap_chip; |
81 | 78 | ||
79 | /* the address offset from CM_BASE/PRM_BASE */ | ||
80 | const s16 prcm_offs; | ||
81 | |||
82 | /* Possible powerdomain power states */ | 82 | /* Possible powerdomain power states */ |
83 | const u8 pwrsts; | 83 | const u8 pwrsts; |
84 | 84 | ||