hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/lib/gen_crc64table.c
....@@ -16,8 +16,6 @@
1616 #include <inttypes.h>
1717 #include <stdio.h>
1818
19
-#include <linux/swab.h>
20
-
2119 #define CRC64_ECMA182_POLY 0x42F0E1EBA9EA3693ULL
2220
2321 static uint64_t crc64_table[256] = {0};