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/matrox/matroxfb_crtc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/video/matrox/matroxfb_crtc2.c') diff --git a/drivers/video/matrox/matroxfb_crtc2.c b/drivers/video/matrox/matroxfb_crtc2.c index 4b3344e03695..a6ab5b6a58d0 100644 --- a/drivers/video/matrox/matroxfb_crtc2.c +++ b/drivers/video/matrox/matroxfb_crtc2.c @@ -15,7 +15,7 @@ #include "matroxfb_misc.h" #include "matroxfb_DAC1064.h" #include -#include +#include /* **************************************************** */ -- cgit v1.2.3