X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_packedtags2.c;h=820bc41023c2e70725699e7e24602f20f62797d8;hp=d18f3e5cb1aa9e2e63437ade2db67fd30fdf8374;hb=8a888f806c297984b100e2ef94e3bd47849cd541;hpb=7dea5fe7a9a58636b5ce32fdbd58541c95c4a37d 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;