ARM: sc8830: fdl: remove build warnings
[profile/mobile/platform/kernel/u-boot-tm1.git] / nand_fdl / common / src / fdl_crc.c
index fa8ed36..4dffe3b 100644 (file)
@@ -11,6 +11,7 @@ extern   "C"
 ///////////////////////////////////////////////////////////////////
 //CRC Table
 ///////////////////////////////////////////////////////////////////
+#if 0
 /** CRC table for the CRC-16. The poly is 0x8005 (x^16 + x^15 + x^2 + 1) */
 static uint16 const crc16_table[256] =
 {
@@ -47,7 +48,7 @@ static uint16 const crc16_table[256] =
     0x4400, 0x84C1, 0x8581, 0x4540, 0x8701, 0x47C0, 0x4680, 0x8641,
     0x8201, 0x42C0, 0x4380, 0x8341, 0x4100, 0x81C1, 0x8081, 0x4040
 };
-
+#endif
 /*********************************************************************/
 
 unsigned int crc_16_l_calc (char *buf_ptr,unsigned int len)