]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/video/backlight/ep93xx_bl.c: remove duplicated header include
authorJingoo Han <jg1.han@samsung.com>
Fri, 16 Dec 2011 04:50:11 +0000 (15:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 19 Dec 2011 07:19:37 +0000 (18:19 +1100)
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>
drivers/video/backlight/ep93xx_bl.c

index 32b91677cd57ee3f3750a10918b2395d9b77a3f6..b62b8b9063b53beeacffa86c8259d971372e3ec9 100644 (file)
@@ -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>