diff options
author | Mark Brown <broonie@kernel.org> | 2019-03-04 16:32:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-03-04 16:32:43 +0100 |
commit | 88f268a5bcc3b0683e6fbaf9973702e5329fc1e3 (patch) | |
tree | a64bf49e575ece017359ba5ac89fbc52efd81f2a /arch/arm/mach-pxa/em-x270.c | |
parent | Merge branch 'regulator-5.0' into regulator-linus (diff) | |
parent | regulator: mc13xxx: Constify regulator_ops variables (diff) | |
download | linux-88f268a5bcc3b0683e6fbaf9973702e5329fc1e3.tar.xz linux-88f268a5bcc3b0683e6fbaf9973702e5329fc1e3.zip |
Merge branch 'regulator-5.1' into regulator-next
Diffstat (limited to 'arch/arm/mach-pxa/em-x270.c')
-rw-r--r-- | arch/arm/mach-pxa/em-x270.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/em-x270.c b/arch/arm/mach-pxa/em-x270.c index 32c1edeb3f14..5ba7bb7f7d51 100644 --- a/arch/arm/mach-pxa/em-x270.c +++ b/arch/arm/mach-pxa/em-x270.c @@ -976,7 +976,6 @@ static struct fixed_voltage_config camera_dummy_config = { .supply_name = "camera_vdd", .input_supply = "vcc cam", .microvolts = 2800000, - .enable_high = 0, .init_data = &camera_dummy_initdata, }; |