X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_tagscompat.c;h=7622b1af7c0d3ff3970e7020fe69dbd062fd3dec;hp=7f8442c05f2f251001232dd4929cc41edcb28807;hb=b7513bb1b6b84d430d1f1af6ccf2cefe8c2c5ce0;hpb=6f1de4473200f31d1ca1cf4672baf7afcdec2db0 diff --git a/yaffs_tagscompat.c b/yaffs_tagscompat.c index 7f8442c..7622b1a 100644 --- a/yaffs_tagscompat.c +++ b/yaffs_tagscompat.c @@ -9,7 +9,6 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. - * */ #include "yaffs_guts.h" @@ -46,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];