forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/h8300/mm/fault.c
....@@ -18,7 +18,6 @@
1818 #include <linux/kernel.h>
1919 #include <linux/ptrace.h>
2020
21
-#include <asm/pgtable.h>
2221
2322 void die(const char *str, struct pt_regs *fp, unsigned long err);
2423