forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/sh/mm/tlb-sh3.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/sh/mm/tlb-sh3.c
34 *
....@@ -5,8 +6,6 @@
56 *
67 * Copyright (C) 1999 Niibe Yutaka
78 * Copyright (C) 2002 Paul Mundt
8
- *
9
- * Released under the terms of the GNU GPL v2.0.
109 */
1110 #include <linux/signal.h>
1211 #include <linux/sched.h>
....@@ -22,7 +21,6 @@
2221
2322 #include <asm/io.h>
2423 #include <linux/uaccess.h>
25
-#include <asm/pgalloc.h>
2624 #include <asm/mmu_context.h>
2725 #include <asm/cacheflush.h>
2826