]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SPARC]: video/cg14.c and video/sbuslib.c build fixes
authorRobert Reif <reif@earthlink.net>
Wed, 13 Feb 2008 02:23:31 +0000 (18:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Feb 2008 02:23:31 +0000 (18:23 -0800)
Apparently these drivers now need uaccess.h

Signed-off-by: Robert Reif <reif@earthlink.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/video/cg14.c
drivers/video/sbuslib.c

index 41f6dbf61be7108108b0e174400fc7c58fb77199..fdc9f43ec30a73f5957cc118d91dc9711c870194 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/init.h>
 #include <linux/fb.h>
 #include <linux/mm.h>
+#include <linux/uaccess.h>
 
 #include <asm/io.h>
 #include <asm/prom.h>
index 963a454b70741ecb696802c98bd5e73dd83e146d..4deaac05b9380b6dc74a0ce4baf24db9ef4c1ef0 100644 (file)
@@ -9,6 +9,7 @@
 #include <linux/string.h>
 #include <linux/fb.h>
 #include <linux/mm.h>
+#include <linux/uaccess.h>
 
 #include <asm/oplib.h>
 #include <asm/fbio.h>