forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
kernel/drivers/regulator/pcap-regulator.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * PCAP2 Regulator Driver
34 *
45 * Copyright (c) 2009 Daniel Ribeiro <drwyrm@gmail.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the
8
- * Free Software Foundation; either version 2 of the License, or (at your
9
- * option) any later version.
106 */
117
128 #include <linux/kernel.h>
....@@ -89,10 +85,6 @@
8985 };
9086
9187 #define SW2_table SW1_table
92
-
93
-static const unsigned int SW3_table[] = {
94
- 4000000, 4500000, 5000000, 5500000,
95
-};
9688
9789 struct pcap_regulator {
9890 const u8 reg;