This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sparc64 / fbio.h
index c6c4da6..f21477b 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef __LINUX_FBIO_H
 #define __LINUX_FBIO_H
 
-#include <linux/compiler.h>
-
 /* Constants used for fbio SunOS compatibility */
 /* (C) 1996 Miguel de Icaza */
 
@@ -58,9 +56,9 @@ struct  fbtype {
 struct  fbcmap {
         int             index;          /* first element (0 origin) */
         int             count;
-        unsigned char   __user *red;
-        unsigned char   __user *green;
-        unsigned char   __user *blue;
+        unsigned char   *red;
+        unsigned char   *green;
+        unsigned char   *blue;
 };
 
 #ifdef __KERNEL__