Rolling in Ians and other changes
[yaffs2.git] / yaffs_tagscompat.c
index d594d6193245ff7ae2f09c5ea063906c56bf7225..7622b1af7c0d3ff3970e7020fe69dbd062fd3dec 100644 (file)
@@ -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];