From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/arch/arm/kernel/head-common.S | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/kernel/arch/arm/kernel/head-common.S b/kernel/arch/arm/kernel/head-common.S index 9328f20..4a39828 100644 --- a/kernel/arch/arm/kernel/head-common.S +++ b/kernel/arch/arm/kernel/head-common.S @@ -1,14 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm/kernel/head-common.S * * Copyright (C) 1994-2002 Russell King * Copyright (c) 2003 ARM Limited * All Rights Reserved - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * */ #include <asm/assembler.h> -- Gitblit v1.6.2