hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/pinctrl/pinmux.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Interface the pinmux subsystem
34 *
....@@ -6,8 +7,6 @@
67 * Based on bits of regulator core, gpio core and clk core
78 *
89 * Author: Linus Walleij <linus.walleij@linaro.org>
9
- *
10
- * License terms: GNU General Public License (GPL) version 2
1110 */
1211 #ifndef __LINUX_PINCTRL_PINMUX_H
1312 #define __LINUX_PINCTRL_PINMUX_H
....@@ -15,8 +14,6 @@
1514 #include <linux/list.h>
1615 #include <linux/seq_file.h>
1716 #include <linux/pinctrl/pinctrl.h>
18
-
19
-#ifdef CONFIG_PINMUX
2017
2118 struct pinctrl_dev;
2219
....@@ -84,7 +81,5 @@
8481 bool input);
8582 bool strict;
8683 };
87
-
88
-#endif /* CONFIG_PINMUX */
8984
9085 #endif /* __LINUX_PINCTRL_PINMUX_H */