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/fs/squashfs/page_actor.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/fs/squashfs/page_actor.h b/kernel/fs/squashfs/page_actor.h index 98537ea..2e3073a 100644 --- a/kernel/fs/squashfs/page_actor.h +++ b/kernel/fs/squashfs/page_actor.h @@ -1,11 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef PAGE_ACTOR_H #define PAGE_ACTOR_H /* * Copyright (c) 2013 * Phillip Lougher <phillip@squashfs.org.uk> - * - * This work is licensed under the terms of the GNU GPL, version 2. See - * the COPYING file in the top-level directory. */ #ifndef CONFIG_SQUASHFS_FILE_DIRECT -- Gitblit v1.6.2