hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/include/asm/addrspace.h
....@@ -1,7 +1,4 @@
1
-/*
2
- * This file is subject to the terms and conditions of the GNU General Public
3
- * License. See the file "COPYING" in the main directory of this archive
4
- * for more details.
1
+/* SPDX-License-Identifier: GPL-2.0
52 *
63 * Copyright (C) 1999 by Kaz Kojima
74 *
....@@ -9,8 +6,6 @@
96 */
107 #ifndef __ASM_SH_ADDRSPACE_H
118 #define __ASM_SH_ADDRSPACE_H
12
-
13
-#ifdef __KERNEL__
149
1510 #include <cpu/addrspace.h>
1611
....@@ -65,5 +60,4 @@
6560 #define P3_ADDR_MAX P4SEG
6661 #endif
6762
68
-#endif /* __KERNEL__ */
6963 #endif /* __ASM_SH_ADDRSPACE_H */