From 3640d9fa7afa02940873d7d4c6c22915320d2a77 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 6 Aug 2014 16:16:32 +0300 Subject: 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 --- drivers/video/fbdev/omap2/dss/dpi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/video/fbdev/omap2/dss/dpi.c') diff --git a/drivers/video/fbdev/omap2/dss/dpi.c b/drivers/video/fbdev/omap2/dss/dpi.c index aa095c4927ec..91f18ab72007 100644 --- a/drivers/video/fbdev/omap2/dss/dpi.c +++ b/drivers/video/fbdev/omap2/dss/dpi.c @@ -223,7 +223,6 @@ static bool dpi_dsi_clk_calc(struct dpi_data *dpi, unsigned long pck, ctx->dsidev = dpi->dsidev; ctx->pck_min = pck - 1000; ctx->pck_max = pck + 1000; - ctx->dsi_cinfo.clkin = clkin; pll_min = 0; pll_max = 0; -- cgit v1.2.3