lkml.org 
[lkml]   [2011]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] backlight: ep93xx_bl: remove duplicated header include
On 12/12/11 18:51, Jingoo Han wrote:

> 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.
> */
> -


Please don't remove the blank line between the header comment and the
first include.

~Ryan

> #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>




\
 
 \ /
  Last update: 2011-12-12 23:13    [W:0.221 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site