From 3640d9fa7afa02940873d7d4c6c22915320d2a77 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 6 Aug 2014 16:16:32 +0300 Subject: [PATCH] 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-format-patch failed