From: Olof Johansson Date: Thu, 14 Nov 2013 21:09:24 +0000 (-0800) Subject: video: exynos_mipi_dsim: Remove unused variable X-Git-Tag: v3.13-rc1~55^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba52b7d4afaec172073a4169e1d6522552b2979c;p=pandora-kernel.git video: exynos_mipi_dsim: Remove unused variable commit 7e0be9f9f7cba3356f75b86737dbe3a005da067e ('video: exynos_mipi_dsim: Use the generic PHY driver') resulted in a warning about an unused variable: drivers/video/exynos/exynos_mipi_dsi.c:144:26: warning: unused variable 'pdev' [-Wunused-variable] It is indeed unused; remove it. Signed-off-by: Olof Johansson Cc: Sylwester Nawrocki Acked-by: Inki Dae --- Reading git-diff-tree failed