Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa17f20f authored by Kevin Hilman's avatar Kevin Hilman
Browse files

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: default avatarPaul Walmsley <paul@pwsan.com>
Signed-off-by: default avatarKevin Hilman <khilman@ti.com>
parent 8179488a
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -526,7 +526,6 @@ struct omap_hwmod {
	char				*clkdm_name;
	char				*clkdm_name;
	struct clockdomain		*clkdm;
	struct clockdomain		*clkdm;
	char				*vdd_name;
	char				*vdd_name;
	struct voltagedomain		*voltdm;
	struct omap_hwmod_ocp_if	**masters; /* connect to *_IA */
	struct omap_hwmod_ocp_if	**masters; /* connect to *_IA */
	struct omap_hwmod_ocp_if	**slaves;  /* connect to *_TA */
	struct omap_hwmod_ocp_if	**slaves;  /* connect to *_TA */
	void				*dev_attr;
	void				*dev_attr;