public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] backlight: ep93xx_bl: remove duplicated header include
@ 2011-12-12  7:51 Jingoo Han
  2011-12-12 17:24 ` H Hartley Sweeten
  2011-12-12 22:11 ` Ryan Mallon
  0 siblings, 2 replies; 3+ messages in thread
From: Jingoo Han @ 2011-12-12  7:51 UTC (permalink / raw)
  To: 'Andrew Morton', 'LKML'
  Cc: 'Richard Purdie', 'H Hartley Sweeten'

This patch removes duplicated module header for EP93xx backlight
driver.
drivers/video/backlight/ep93xx_bl.c: module.h is included more
than once.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
 drivers/video/backlight/ep93xx_bl.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/video/backlight/ep93xx_bl.c b/drivers/video/backlight/ep93xx_bl.c
index c74a6f4..4893dff 100644
--- a/drivers/video/backlight/ep93xx_bl.c
+++ b/drivers/video/backlight/ep93xx_bl.c
@@ -10,10 +10,8 @@
  * This driver controls the pulse width modulated brightness control output,
  * BRIGHT, on the Cirrus EP9307, EP9312, and EP9315 processors.
  */
-
 #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>
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-12 22:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12  7:51 [PATCH] backlight: ep93xx_bl: remove duplicated header include Jingoo Han
2011-12-12 17:24 ` H Hartley Sweeten
2011-12-12 22:11 ` Ryan Mallon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox