[PATCH] OMAP2+: hwmod: remove unused voltagedomain pointer from kerneldoc

jean.pihet at newoldbits.com jean.pihet at newoldbits.com
Sat Dec 10 04:26:55 EST 2011


From: Jean Pihet <j-pihet at ti.com>

Commit fa17f20f (OMAP2+: hwmod: remove unused voltagedomain pointer)
did remove the voltdm field from the struct omap_hwmod.
Remove it from the kerneldoc as well.

Signed-off-by: Jean Pihet <j-pihet at ti.com>
Acked-by: Kevin Hilman <khilman at ti.com>
---
 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 5359663..bdc6ee4 100644
--- a/arch/arm/plat-omap/include/plat/omap_hwmod.h
+++ b/arch/arm/plat-omap/include/plat/omap_hwmod.h
@@ -480,7 +480,6 @@ struct omap_hwmod_class {
  * @main_clk: main clock: OMAP clock name
  * @_clk: pointer to the main struct clk (filled in at runtime)
  * @opt_clks: other device clocks that drivers can request (0..*)
- * @voltdm: pointer to voltage domain (filled in at runtime)
  * @masters: ptr to array of OCP ifs that this hwmod can initiate on
  * @slaves: ptr to array of OCP ifs that this hwmod can respond on
  * @dev_attr: arbitrary device attributes that can be passed to the driver
-- 
1.7.5.4




More information about the linux-arm-kernel mailing list