hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/mfd/palmas.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * TI Palmas
34 *
....@@ -5,12 +6,6 @@
56 *
67 * Author: Graeme Gregory <gg@slimlogic.co.uk>
78 * Author: Ian Lartey <ian@slimlogic.co.uk>
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the
11
- * Free Software Foundation; either version 2 of the License, or (at your
12
- * option) any later version.
13
- *
149 */
1510
1611 #ifndef __LINUX_MFD_PALMAS_H
....@@ -553,7 +548,6 @@
553548 struct palmas *palmas;
554549 struct device *dev;
555550 struct regulator_desc desc[PALMAS_NUM_REGS];
556
- struct regulator_dev *rdev[PALMAS_NUM_REGS];
557551 struct mutex mutex;
558552
559553 int smps123;