diff options
author | Kevin Hilman <khilman@ti.com> | 2011-03-16 14:02:59 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-09-15 14:39:09 -0400 |
commit | fa17f20f686a90004a8af403e24cc8443e8144f3 (patch) | |
tree | 7ff25b50d3ff60abc18ec71cfd72589088b5358e | |
parent | 8179488a36985d4929cf89be5d9171145a769511 (diff) |
OMAP2+: hwmod: remove unused voltagedomain pointer
The voltage domain pointer currently in struct omap_hwmod is not used
and does not belong here. Instead, voltage domains will be associated
with powerdomains in forthcoming patches.
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap_hwmod.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap_hwmod.h b/arch/arm/plat-omap/include/plat/omap_hwmod.h index 0e329ca88a70..38ac4af4d1be 100644 --- a/arch/arm/plat-omap/include/plat/omap_hwmod.h +++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h | |||
@@ -526,7 +526,6 @@ struct omap_hwmod { | |||
526 | char *clkdm_name; | 526 | char *clkdm_name; |
527 | struct clockdomain *clkdm; | 527 | struct clockdomain *clkdm; |
528 | char *vdd_name; | 528 | char *vdd_name; |
529 | struct voltagedomain *voltdm; | ||
530 | struct omap_hwmod_ocp_if **masters; /* connect to *_IA */ | 529 | struct omap_hwmod_ocp_if **masters; /* connect to *_IA */ |
531 | struct omap_hwmod_ocp_if **slaves; /* connect to *_TA */ | 530 | struct omap_hwmod_ocp_if **slaves; /* connect to *_TA */ |
532 | void *dev_attr; | 531 | void *dev_attr; |