Skip to content

Commit

Permalink
video: backlight: remove unused header
Browse files Browse the repository at this point in the history
Commit 9befe40 ("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>
  • Loading branch information
Paul Bolle authored and Florian Tobias Schandinat committed Jun 24, 2012
1 parent db131b1 commit 44edebc
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions drivers/video/exynos/s6e8ax0.h

This file was deleted.

0 comments on commit 44edebc

Please sign in to comment.