xfs: remove u_int* type usage
[linux-2.6-microblaze.git] / fs / xfs / xfs_ioctl.h
index e86c3ea..8de879f 100644 (file)
@@ -86,7 +86,7 @@ xfs_file_compat_ioctl(
 extern int
 xfs_set_dmattrs(
        struct xfs_inode        *ip,
-       u_int                   evmask,
-       u_int16_t               state);
+       uint                    evmask,
+       uint16_t                state);
 
 #endif