From: Tomi Valkeinen Date: Wed, 18 May 2011 08:33:44 +0000 (+0300) Subject: OMAP: DSS2: DPI: remove unneeded SYSCK enable/disable X-Git-Tag: v3.1-rc1~98^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19077a736148360b8510fa3a45f919d1a6354b06;p=pandora-kernel.git OMAP: DSS2: DPI: remove unneeded SYSCK enable/disable DSI PLL requires sys_clk to function, and DPI enables sys_clk when it wants to use DSI PLL. However, DSI PLL code already handles enabling sys_clk, so DPI's sys_clk code is extra. Remove the unneeded sys_clk handling from dpi.c. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed