hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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};