]> git.neil.brown.name Git - history.git/commitdiff
[SPARC64]: fbio.h __user annotations
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Thu, 10 Feb 2005 11:06:10 +0000 (03:06 -0800)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 10 Feb 2005 11:06:10 +0000 (03:06 -0800)
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc64/fbio.h

index c6c4da6e139de411ab609395e06071a2405fa2cf..500026d9f6e1b524fdc8c313586cd7141abf6e12 100644 (file)
@@ -102,8 +102,8 @@ struct fbcursor {
         struct fbcurpos hot;    /* cursor hot spot */
         struct fbcmap cmap;     /* color map info */
         struct fbcurpos size;   /* cursor bit map size */
-        char *image;            /* cursor image bits */
-        char *mask;             /* cursor mask bits */
+        char __user *image;     /* cursor image bits */
+        char __user *mask;      /* cursor mask bits */
 };
 
 /* set/get cursor attributes/shape */