summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/tcrc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/tcrc.h')
-rw-r--r--drivers/staging/vt6656/tcrc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/vt6656/tcrc.h b/drivers/staging/vt6656/tcrc.h
index 98edcdd..5b1f368 100644
--- a/drivers/staging/vt6656/tcrc.h
+++ b/drivers/staging/vt6656/tcrc.h
@@ -31,12 +31,6 @@
#include <linux/types.h>
-
-
-
-
-
-
u32 CRCdwCrc32(u8 * pbyData, unsigned int cbByte, u32 dwCrcSeed);
u32 CRCdwGetCrc32(u8 * pbyData, unsigned int cbByte);
u32 CRCdwGetCrc32Ex(u8 * pbyData, unsigned int cbByte, u32 dwPreCRC);