hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/linux/mfd/wm831x/regulator.h
....@@ -1,15 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * linux/mfd/wm831x/regulator.h -- Regulator definitons for wm831x
34 *
45 * Copyright 2009 Wolfson Microelectronics PLC.
56 *
67 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * option) any later version.
12
- *
138 */
149
1510 #ifndef __MFD_WM831X_REGULATOR_H__
....@@ -1213,6 +1208,6 @@
12131208 #define WM831X_LDO1_OK_WIDTH 1 /* LDO1_OK */
12141209
12151210 #define WM831X_ISINK_MAX_ISEL 55
1216
-extern int wm831x_isinkv_values[WM831X_ISINK_MAX_ISEL + 1];
1211
+extern const unsigned int wm831x_isinkv_values[WM831X_ISINK_MAX_ISEL + 1];
12171212
12181213 #endif