From: Tomi Valkeinen Date: Wed, 6 Aug 2014 13:16:32 +0000 (+0300) Subject: OMAPDSS: DSI: remove clkin from dsi_clock_info X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3640d9fa7afa02940873d7d4c6c22915320d2a77;p=pandora-kernel.git OMAPDSS: DSI: remove clkin from dsi_clock_info struct dsi_clock_info contains clkin field, which is the rate of the PLL's input clock. This field is not needed, as it can be easily retrieved by using the clk_get_rate(). This patch removes the clkin field. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed