linux-kernel-test/drivers/video/exynos
Paul Bolle 44edebca39 video: backlight: remove unused header
Commit 9befe40f6e ("video: backlight:
support s6e8ax0 panel driver based on MIPI DSI") added s6e8ax0.h, but
no file includes it. That's probably a good thing, because it declares
an extern void function that is defined static int in s6e8ax0.c.
Besides, that function is also wrapped in the module_init() macro, which
should do everything needed to make that function available to the code
outside of s6e8ax0.c. This header can safely be removed.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Donghwa Lee <dh09.lee@samsung.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2012-06-24 13:54:52 +00:00
..
exynos_dp_core.c video: exynos_dp: fix build warning due to uninitialized value 2012-06-24 13:54:31 +00:00
exynos_dp_core.h video: exynos_dp: remove duplicated declarations from header file 2012-06-24 13:54:45 +00:00
exynos_dp_reg.c video: exynos_dp: move sw reset prioir to enabling sw defined function 2012-05-29 13:16:15 +00:00
exynos_dp_reg.h video: exynos_dp: add analog and pll control setting 2012-04-16 04:19:00 +00:00
exynos_mipi_dsi_common.c video: exynos mipi dsi: Properly interpret the interrupt source flags 2012-05-13 13:08:23 +00:00
exynos_mipi_dsi_common.h
exynos_mipi_dsi_lowlevel.c
exynos_mipi_dsi_lowlevel.h
exynos_mipi_dsi_regs.h
exynos_mipi_dsi.c video: exynos mipi dsi: Avoid races in probe() 2012-05-13 13:08:22 +00:00
Kconfig video: support DP controller driver 2012-02-13 03:02:30 +00:00
Makefile video: support DP controller driver 2012-02-13 03:02:30 +00:00
s6e8ax0.c video: exynos mipi dsi: support reverse panel type 2012-05-13 13:08:23 +00:00