yaffs for u-boot: Cleanups to make patches acceptable for u-boot
[yaffs2.git] / direct / tests / nor_stress.c
index e62095d785e59e71dd1ac07d157a6aa7be13d3a5..3905771a14d44d66b9ade78c5b81523e96b621cd 100644 (file)
@@ -178,7 +178,7 @@ static void UpdateCounter(const char *name, unsigned *val,  int initialise)
 static void dump_directory_tree_worker(const char *dname,int recursive)
 {
        yaffs_DIR *d;
-       yaffs_dirent *de;
+       struct yaffs_dirent *de;
        struct yaffs_stat s;
        char str[1000];
        int error_line = 0;