From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/arch/sh/boards/mach-r2d/setup.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/kernel/arch/sh/boards/mach-r2d/setup.c b/kernel/arch/sh/boards/mach-r2d/setup.c index 4b98a52..3bc52f6 100644 --- a/kernel/arch/sh/boards/mach-r2d/setup.c +++ b/kernel/arch/sh/boards/mach-r2d/setup.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Renesas Technology Sales RTS7751R2D Support. * * Copyright (C) 2002 - 2006 Atom Create Engineering Co., Ltd. * Copyright (C) 2004 - 2007 Paul Mundt - * - * 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. */ #include <linux/init.h> #include <linux/platform_device.h> -- Gitblit v1.6.2