From: Tomi Valkeinen Date: Tue, 12 Feb 2013 13:15:21 +0000 (+0200) Subject: OMAPDSS: HDMI: remove HDMI clk divisors from dssdev X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~46^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fdfdf062d896c0afa18aa2d977a933e38c7c96c;p=pandora-kernel.git OMAPDSS: HDMI: remove HDMI clk divisors from dssdev struct omap_dss_device contains HDMI clock divisors. The idea is that the board file can pass precalculated divisors to the display driver. However, these divsors are no longer needed, as the omapdss driver can calculate the divisors during runtime. This patch removes the divisors from omap_dss_device, and their uses from the hdmi driver. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- Reading git-diff-tree failed