From 84902b7af642c86a518c17629c0dbe705a4b6d14 Mon Sep 17 00:00:00 2001 From: Krzysztof Helt Date: Tue, 16 Oct 2007 01:29:04 -0700 Subject: fbdev: change asm/uaccess.h to linux/uaccess.h This patch replaces with after the checkpatch.pl hint. The include of is removed if the driver does not use it. Signed-off-by: Krzysztof Helt Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/video/backlight/cr_bllcd.c | 1 - drivers/video/backlight/progear_bl.c | 1 - 2 files changed, 2 deletions(-) (limited to 'drivers/video/backlight') diff --git a/drivers/video/backlight/cr_bllcd.c b/drivers/video/backlight/cr_bllcd.c index 92e201e81fb..26add889860 100644 --- a/drivers/video/backlight/cr_bllcd.c +++ b/drivers/video/backlight/cr_bllcd.c @@ -36,7 +36,6 @@ #include #include #include -#include /* The LVDS- and panel power controls sits on the * GPIO port of the ISA bridge. diff --git a/drivers/video/backlight/progear_bl.c b/drivers/video/backlight/progear_bl.c index 836ab4df0ef..15fb4d58b5b 100644 --- a/drivers/video/backlight/progear_bl.c +++ b/drivers/video/backlight/progear_bl.c @@ -23,7 +23,6 @@ #include #include #include -#include #define PMU_LPCR 0xB0 #define SB_MPS1 0x61 -- cgit v1.2.3