yaffs: Change __uxx types to uxx
[yaffs2.git] / yaffs_vfs_multi.c
index 3bd5aea48e155c6e0312de2f9752821f59c047dc..8230537afa823cfba7b250af1b7d8c40b019ecf3 100644 (file)
@@ -1309,7 +1309,7 @@ static void yaffs_fill_inode_from_obj(struct inode *inode, yaffs_obj_t *obj)
 
 
                /* Check mode against the variant type and attempt to repair if broken. */
-               __u32 mode = obj->yst_mode;
+               u32 mode = obj->yst_mode;
                switch (obj->variant_type) {
                case YAFFS_OBJECT_TYPE_FILE:
                        if (!S_ISREG(mode)) {