diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-08-04 11:22:54 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-20 11:21:31 +0300 |
commit | bfe4f8d32df9d2afa5fb0dccca9dfdef8573f04a (patch) | |
tree | c4b6841161978d304ae65ba539a99717d5e51c14 /drivers/video/omap2/dss/dss.c | |
parent | e13a138bc68259dc630cb903942975efa40d2bd9 (diff) |
Revert "HACK: OMAP: DSS2: clk hack for OMAP2/3"
This reverts commit 9ede365aa6f74428a1f69c21ca1cf21213167576.
The hack is no longer needed, as the HWMOD data has been fixed.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.c')
-rw-r--r-- | drivers/video/omap2/dss/dss.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/dss.c index 0f9c3a6457a..9423a2ee3aa 100644 --- a/drivers/video/omap2/dss/dss.c +++ b/drivers/video/omap2/dss/dss.c @@ -691,11 +691,6 @@ static void dss_put_clocks(void) clk_put(dss.dss_clk); } -struct clk *dss_get_ick(void) -{ - return clk_get(&dss.pdev->dev, "ick"); -} - int dss_runtime_get(void) { int r; |