X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_tagscompat.c;h=7622b1af7c0d3ff3970e7020fe69dbd062fd3dec;hb=e39518410bfa410b09e4b270755f756b91456001;hp=d594d6193245ff7ae2f09c5ea063906c56bf7225;hpb=749436878923f8c152c98cc016f32c0562479182;p=yaffs2.git diff --git a/yaffs_tagscompat.c b/yaffs_tagscompat.c index d594d61..7622b1a 100644 --- a/yaffs_tagscompat.c +++ b/yaffs_tagscompat.c @@ -45,7 +45,7 @@ static const char yaffs_countBitsTable[256] = { 4, 5, 5, 6, 5, 6, 6, 7, 5, 6, 6, 7, 6, 7, 7, 8 }; -static int yaffs_CountBits(__u8 x) +int yaffs_CountBits(__u8 x) { int retVal; retVal = yaffs_countBitsTable[x];