From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/arch/hexagon/include/asm/processor.h | 18 +----------------- 1 files changed, 1 insertions(+), 17 deletions(-) diff --git a/kernel/arch/hexagon/include/asm/processor.h b/kernel/arch/hexagon/include/asm/processor.h index ce67940..9f0cc99 100644 --- a/kernel/arch/hexagon/include/asm/processor.h +++ b/kernel/arch/hexagon/include/asm/processor.h @@ -1,21 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Process/processor support for the Hexagon architecture * * Copyright (c) 2010-2012, The Linux Foundation. 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 and - * only version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. */ #ifndef _ASM_PROCESSOR_H @@ -26,9 +13,6 @@ #include <asm/mem-layout.h> #include <asm/registers.h> #include <asm/hexagon_vm.h> - -/* must be a macro */ -#define current_text_addr() ({ __label__ _l; _l: &&_l; }) /* task_struct, defined elsewhere, is the "process descriptor" */ struct task_struct; -- Gitblit v1.6.2