X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_tagscompat.c;h=7622b1af7c0d3ff3970e7020fe69dbd062fd3dec;hb=b01cbe54d4bb2d6c64c94ab987884bb1e117b36b;hp=d594d6193245ff7ae2f09c5ea063906c56bf7225;hpb=e1ac494e05a5dc7ab61d799af815d103a11d318c;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];