This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / mtio.h
index 4f2daa8..692088c 100644 (file)
@@ -204,7 +204,7 @@ struct mtftseg
        unsigned mt_segno;   /* the segment to read or write */
        unsigned mt_mode;    /* modes for read/write (sync/async etc.) */
        int      mt_result;  /* result of r/w request, not of the ioctl */
-       void    __user *mt_data;    /* User space buffer: must be 29kb */
+       void    *mt_data;    /* User space buffer: must be 29kb */
 };
 
 /* get tape capacity (ftape/zftape)