From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- kernel/arch/sh/include/asm/addrspace.h | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/kernel/arch/sh/include/asm/addrspace.h b/kernel/arch/sh/include/asm/addrspace.h index 3d1ae2b..468fba3 100644 --- a/kernel/arch/sh/include/asm/addrspace.h +++ b/kernel/arch/sh/include/asm/addrspace.h @@ -1,7 +1,4 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. +/* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 1999 by Kaz Kojima * @@ -9,8 +6,6 @@ */ #ifndef __ASM_SH_ADDRSPACE_H #define __ASM_SH_ADDRSPACE_H - -#ifdef __KERNEL__ #include <cpu/addrspace.h> @@ -65,5 +60,4 @@ #define P3_ADDR_MAX P4SEG #endif -#endif /* __KERNEL__ */ #endif /* __ASM_SH_ADDRSPACE_H */ -- Gitblit v1.6.2