yaffs: Change __uxx types to uxx
[yaffs2.git] / yaffs_vfs_single.c
index 63f0e3db8181f5b3405266c87930e3fe4a0582fc..9bceaa318e93151ceee953872b973ddef7e913d2 100644 (file)
@@ -926,7 +926,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)) {