hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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};