summaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr/smcommon.h
diff options
context:
space:
mode:
authorRoel Van Nyen <roel.vannyen@gmail.com>2011-02-27 23:20:24 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-28 19:03:18 -0800
commit2f7cf8d1ef94a450c5d147cb0c5e1fdf1542a96d (patch)
tree51dd36a044482977348422a7e0de347c8da953f7 /drivers/staging/keucr/smcommon.h
parent0e83f46d3869a5255a04b875bb885bd141a609ef (diff)
downloadop-kernel-dev-2f7cf8d1ef94a450c5d147cb0c5e1fdf1542a96d.zip
op-kernel-dev-2f7cf8d1ef94a450c5d147cb0c5e1fdf1542a96d.tar.gz
staging: keucr: Change the custom counting functions to hweight8 and hweight16
Change the custom counting functions to hweight8 and hweight16 Signed-off-by: Roel Van Nyen <roel.vannyen@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/keucr/smcommon.h')
-rw-r--r--drivers/staging/keucr/smcommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/keucr/smcommon.h b/drivers/staging/keucr/smcommon.h
index 1694605..00064ca 100644
--- a/drivers/staging/keucr/smcommon.h
+++ b/drivers/staging/keucr/smcommon.h
@@ -25,8 +25,6 @@ Define Difinetion
#define ERR_NoSmartMedia 0x003A /* Medium Not Present */
/***************************************************************************/
-char Bit_D_Count(BYTE);
-char Bit_D_CountWord(WORD);
void StringCopy(char *, char *, int);
int StringCmp(char *, char *, int);
OpenPOWER on IntegriCloud