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/console/fbcon.c | 1 - drivers/video/console/softcursor.c | 1 - 2 files changed, 2 deletions(-) (limited to 'drivers/video/console') diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index e58c87b3e3a..6d0dcde66eb 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -78,7 +78,6 @@ #include #include #include -#include #ifdef CONFIG_ATARI #include #endif diff --git a/drivers/video/console/softcursor.c b/drivers/video/console/softcursor.c index 03cfb7ac573..25f835bf3d7 100644 --- a/drivers/video/console/softcursor.c +++ b/drivers/video/console/softcursor.c @@ -15,7 +15,6 @@ #include #include -#include #include #include "fbcon.h" -- cgit v1.2.3