forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/sh/mm/cache-sh3.c
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/sh/mm/cache-sh3.c
34 *
45 * Copyright (C) 1999, 2000 Niibe Yutaka
56 * Copyright (C) 2002 Paul Mundt
6
- *
7
- * Released under the terms of the GNU GPL v2.0.
87 */
98
109 #include <linux/init.h>
....@@ -13,12 +12,10 @@
1312 #include <linux/threads.h>
1413 #include <asm/addrspace.h>
1514 #include <asm/page.h>
16
-#include <asm/pgtable.h>
1715 #include <asm/processor.h>
1816 #include <asm/cache.h>
1917 #include <asm/io.h>
2018 #include <linux/uaccess.h>
21
-#include <asm/pgalloc.h>
2219 #include <asm/mmu_context.h>
2320 #include <asm/cacheflush.h>
2421