hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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};