Fix type cacl -> calc
[yaffs2.git] / yaffs_packedtags2.c
index d18f3e5cb1aa9e2e63437ade2db67fd30fdf8374..820bc41023c2e70725699e7e24602f20f62797d8 100644 (file)
@@ -14,7 +14,6 @@
 #include "yaffs_packedtags2.h"
 #include "yportenv.h"
 #include "yaffs_trace.h"
-#include "yaffs_tagsvalidity.h"
 
 /* This code packs a set of extended tags into a binary structure for
  * NAND storage
@@ -108,7 +107,6 @@ void yaffs_unpack_tags2_tags_only(struct yaffs_ext_tags *t,
                                  struct yaffs_packed_tags2_tags_only *ptt)
 {
        memset(t, 0, sizeof(struct yaffs_ext_tags));
-       yaffs_init_tags(t);
 
        if (ptt->seq_number == 0xffffffff)
                return;