summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorJingoo Han2012-01-11 00:09:18 +0100
committerLinus Torvalds2012-01-11 01:30:48 +0100
commit1cfc6fee34a4343d79357c46722eb840fbc04f46 (patch)
treebeaa72fe50266f544a529a46e05f96127182cd61 /drivers/video
parentbacklight/ld9040.c: regulator control in the driver (diff)
downloadkernel-qcow2-linux-1cfc6fee34a4343d79357c46722eb840fbc04f46.tar.gz
kernel-qcow2-linux-1cfc6fee34a4343d79357c46722eb840fbc04f46.tar.xz
kernel-qcow2-linux-1cfc6fee34a4343d79357c46722eb840fbc04f46.zip
drivers/video/backlight/ep93xx_bl.c: remove duplicated header include
module.h is included twice. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ryan Mallon <rmallon@gmail.com> Cc: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/backlight/ep93xx_bl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/backlight/ep93xx_bl.c b/drivers/video/backlight/ep93xx_bl.c
index 32b91677cd57..b62b8b9063b5 100644
--- a/drivers/video/backlight/ep93xx_bl.c
+++ b/drivers/video/backlight/ep93xx_bl.c
@@ -13,7 +13,6 @@
#include <linux/module.h>
#include <linux/platform_device.h>
-#include <linux/module.h>
#include <linux/io.h>
#include <linux/fb.h>
#include <linux/backlight.h>