hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/pinctrl/cirrus/pinctrl-madera.h
....@@ -1,12 +1,8 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0-only */
22 /*
33 * Pinctrl for Cirrus Logic Madera codecs
44 *
55 * Copyright (C) 2016-2017 Cirrus Logic
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by the
9
- * Free Software Foundation; version 2.
106 */
117
128 #ifndef PINCTRL_MADERA_H
....@@ -34,8 +30,10 @@
3430 struct pinctrl_dev *pctl;
3531 };
3632
33
+extern const struct madera_pin_chip cs47l15_pin_chip;
3734 extern const struct madera_pin_chip cs47l35_pin_chip;
3835 extern const struct madera_pin_chip cs47l85_pin_chip;
3936 extern const struct madera_pin_chip cs47l90_pin_chip;
37
+extern const struct madera_pin_chip cs47l92_pin_chip;
4038
4139 #endif