From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- kernel/arch/sparc/include/asm/xor_32.h | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/kernel/arch/sparc/include/asm/xor_32.h b/kernel/arch/sparc/include/asm/xor_32.h index 44bfa07..3e5af37 100644 --- a/kernel/arch/sparc/include/asm/xor_32.h +++ b/kernel/arch/sparc/include/asm/xor_32.h @@ -1,16 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm/xor.h * * Optimized RAID-5 checksumming functions for 32-bit Sparc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * You should have received a copy of the GNU General Public License - * (for example /usr/src/linux/COPYING); if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* -- Gitblit v1.6.2