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/proc/consoles.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/fs/proc/consoles.c b/kernel/fs/proc/consoles.c index 954caf0..dfe6ce3 100644 --- a/kernel/fs/proc/consoles.c +++ b/kernel/fs/proc/consoles.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2010 Werner Fink, Jiri Slaby - * - * Licensed under GPLv2 */ #include <linux/console.h> -- Gitblit v1.6.2