From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- kernel/include/linux/pinctrl/pinmux.h | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/kernel/include/linux/pinctrl/pinmux.h b/kernel/include/linux/pinctrl/pinmux.h index ace60d7..9a647fa 100644 --- a/kernel/include/linux/pinctrl/pinmux.h +++ b/kernel/include/linux/pinctrl/pinmux.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Interface the pinmux subsystem * @@ -6,8 +7,6 @@ * Based on bits of regulator core, gpio core and clk core * * Author: Linus Walleij <linus.walleij@linaro.org> - * - * License terms: GNU General Public License (GPL) version 2 */ #ifndef __LINUX_PINCTRL_PINMUX_H #define __LINUX_PINCTRL_PINMUX_H @@ -15,8 +14,6 @@ #include <linux/list.h> #include <linux/seq_file.h> #include <linux/pinctrl/pinctrl.h> - -#ifdef CONFIG_PINMUX struct pinctrl_dev; @@ -84,7 +81,5 @@ bool input); bool strict; }; - -#endif /* CONFIG_PINMUX */ #endif /* __LINUX_PINCTRL_PINMUX_H */ -- Gitblit v1.6.2