]> git.baikalelectronics.ru Git - kernel.git/commit
video: backlight: remove unused header
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 13 Jun 2012 07:47:31 +0000 (09:47 +0200)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sun, 24 Jun 2012 13:54:52 +0000 (13:54 +0000)
commit02823c772814c9e07214c9f0a0dc7c86a53bdf43
tree6f5845e37fc0287ad2eaa57a78846837f21a92a2
parent3b4dc02f43d927e4a8fd111137fc0ad6a35214ae
video: backlight: remove unused header

Commit ab51bea9a770de3da0390f5b2f86a575172fb412 ("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>
drivers/video/exynos/s6e8ax0.h [deleted file]