aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorKevin Hilman <khilman@ti.com>2011-03-16 11:02:59 -0700
committerKevin Hilman <khilman@ti.com>2011-09-15 11:39:09 -0700
commitfa17f20f686a90004a8af403e24cc8443e8144f3 (patch)
tree7ff25b50d3ff60abc18ec71cfd72589088b5358e /arch/arm/plat-omap
parent8179488a36985d4929cf89be5d9171145a769511 (diff)
downloadkernel_samsung_smdk4412-fa17f20f686a90004a8af403e24cc8443e8144f3.zip
kernel_samsung_smdk4412-fa17f20f686a90004a8af403e24cc8443e8144f3.tar.gz
kernel_samsung_smdk4412-fa17f20f686a90004a8af403e24cc8443e8144f3.tar.bz2
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>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/plat/omap_hwmod.h1
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 0e329ca..38ac4af 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 {
char *clkdm_name;
struct clockdomain *clkdm;
char *vdd_name;
- struct voltagedomain *voltdm;
struct omap_hwmod_ocp_if **masters; /* connect to *_IA */
struct omap_hwmod_ocp_if **slaves; /* connect to *_TA */
void *dev_attr;