video: exynos_mipi_dsim: Remove unused variable
authorOlof Johansson <olof@lixom.net>
Thu, 14 Nov 2013 21:09:24 +0000 (13:09 -0800)
committerOlof Johansson <olof@lixom.net>
Fri, 15 Nov 2013 02:00:19 +0000 (18:00 -0800)
commitba52b7d4afaec172073a4169e1d6522552b2979c
tree4ceb448440522fe9cd557f519b222599c595cc8b
parentbe9b01675e1d178040bae531bfc0216ebbd0f9b8
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 <olof@lixom.net>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Inki Dae <inki.dae@samsung.com>
drivers/video/exynos/exynos_mipi_dsi.c