X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_packedtags2.c;h=820bc41023c2e70725699e7e24602f20f62797d8;hp=d18f3e5cb1aa9e2e63437ade2db67fd30fdf8374;hb=a7b5dcf904ba6f7890e4b77ce1f56388b855d0f6;hpb=472c70456396a6f2019bfabe83bd292782dbd978 diff --git a/yaffs_packedtags2.c b/yaffs_packedtags2.c index d18f3e5..820bc41 100644 --- a/yaffs_packedtags2.c +++ b/yaffs_packedtags2.c @@ -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;