hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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};