OMAP2, 3: DSS2: remove forced clk-disable from omap_dss_remove
authorSumit Semwal <sumit.semwal@ti.com>
Mon, 24 Jan 2011 06:21:48 +0000 (06:21 +0000)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 Mar 2011 13:46:19 +0000 (15:46 +0200)
commit8ba775ca0d375ab42404ffd7a1a38326a7b21321
tree023244efbe76e82d3cbe889e1c3b0a7a442efe25
parente7a12b6406a478b5c9085091b5015cb3e1683958
OMAP2, 3: DSS2: remove forced clk-disable from omap_dss_remove

As part of omap hwmod changes, DSS will not be the only controller of its
clocks. hwmod initialization also enables the interface clocks, and
manages them.
So, when DSS is built as a module, omap_dss_remove doesn't try to disable
all clocks that have a higher usecount.

Reviewed-by: Kevin Hilman <khilman@ti.com>
Tested-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/core.c