kernel/lib/gen_crc64table.c
.. .. @@ -16,8 +16,6 @@ 16 16 #include <inttypes.h> 17 17 #include <stdio.h> 18 18 19 -#include <linux/swab.h>20 -21 19 #define CRC64_ECMA182_POLY 0x42F0E1EBA9EA3693ULL 22 20 23 21 static uint64_t crc64_table[256] = {0};