diff options
author | Mark Brown <broonie@kernel.org> | 2019-11-22 20:56:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-22 20:56:20 +0100 |
commit | a21da94f617bce0771144ea8093b6987184b38d0 (patch) | |
tree | ca8fe8bcd71f07a9215e6ac3a584fc22a45a3d8b /drivers/regulator/pcap-regulator.c | |
parent | Merge branch 'regulator-5.4' into regulator-linus (diff) | |
parent | regulator: da9062: Return REGULATOR_MODE_INVALID for invalid mode (diff) | |
download | linux-a21da94f617bce0771144ea8093b6987184b38d0.tar.xz linux-a21da94f617bce0771144ea8093b6987184b38d0.zip |
Merge branch 'regulator-5.5' into regulator-next
Diffstat (limited to 'drivers/regulator/pcap-regulator.c')
-rw-r--r-- | drivers/regulator/pcap-regulator.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/regulator/pcap-regulator.c b/drivers/regulator/pcap-regulator.c index c2469263db95..0345f38f6f78 100644 --- a/drivers/regulator/pcap-regulator.c +++ b/drivers/regulator/pcap-regulator.c @@ -86,10 +86,6 @@ static const unsigned int SW1_table[] = { #define SW2_table SW1_table -static const unsigned int SW3_table[] = { - 4000000, 4500000, 5000000, 5500000, -}; - struct pcap_regulator { const u8 reg; const u8 en; |