From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:20:52 +0000
Subject: [PATCH] add new system file

---
 kernel/lib/gen_crc64table.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/kernel/lib/gen_crc64table.c b/kernel/lib/gen_crc64table.c
index 9011926..094b43a 100644
--- a/kernel/lib/gen_crc64table.c
+++ b/kernel/lib/gen_crc64table.c
@@ -16,8 +16,6 @@
 #include <inttypes.h>
 #include <stdio.h>
 
-#include <linux/swab.h>
-
 #define CRC64_ECMA182_POLY 0x42F0E1EBA9EA3693ULL
 
 static uint64_t crc64_table[256] = {0};

--
Gitblit v1.6.2