commit | ba52b7d4afaec172073a4169e1d6522552b2979c | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Thu Nov 14 13:09:24 2013 -0800 |
committer | Olof Johansson <olof@lixom.net> | Thu Nov 14 18:00:19 2013 -0800 |
tree | 4ceb448440522fe9cd557f519b222599c595cc8b | |
parent | be9b01675e1d178040bae531bfc0216ebbd0f9b8 [diff] |
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>