From a5969cabbb4660eab42b6ef0412cbbd1200cf14d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 12 Oct 2024 07:10:09 +0000 Subject: [PATCH] 修改led为gpio --- 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