linux_dsm_epyc7002/include/linux/regulator
Suzuki K. Poulose 5127e31a6c regulator: Add missing dummy definition for regulator_list_voltage
Fixes a build break when CONFIG_REGULATOR is not selected.

e.g, on linux-next - 07102015:

drivers/clk/tegra/clk-dfll.c: In function ‘find_lut_index_for_rate’:
drivers/clk/tegra/clk-dfll.c:691:3: error: implicit declaration of function ‘regulator_list_voltage’ [-Werror=implicit-function-declaration]
    if (regulator_list_voltage(td->vdd_reg, td->i2c_lut[i]) == uv)
    ^
   CC      drivers/clocksource/mmio.o
   CC      fs/proc/softirqs.o
cc1: some warnings being treated as errors
make[3]: *** [drivers/clk/tegra/clk-dfll.o] Error 1
make[2]: *** [drivers/clk/tegra] Error 2
make[1]: *** [drivers/clk] Error 2
make[1]: *** Waiting for unfinished jobs....

This should be pushed to 4.2 as we have the issue in 4.2-rc1, just that
nobody uses it without the REGULATOR(yet).

Signed-off-by: Suzuki K. Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-07-10 19:45:47 +01:00
..
ab8500.h regulator: ab8500: Remove ab8500_regulator_debug_init/exit() 2014-06-22 11:51:47 +01:00
act8865.h regulator: act8865: Add act8600 support 2015-03-06 19:43:28 +00:00
consumer.h regulator: Add missing dummy definition for regulator_list_voltage 2015-07-10 19:45:47 +01:00
da9211.h regulator: da9211: Add gpio control for enable/disable of buck 2015-01-28 17:38:14 +00:00
db8500-prcmu.h
driver.h Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pwm', 'regulator/topic/qcom' and 'regulator/topic/soft-start' into regulator-next 2015-06-22 11:19:56 +01:00
fan53555.h
fixed.h
gpio-regulator.h
lp872x.h
lp3971.h
lp3972.h
machine.h Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pwm', 'regulator/topic/qcom' and 'regulator/topic/soft-start' into regulator-next 2015-06-22 11:19:56 +01:00
max1586.h regulator: max1586: add device-tree support 2014-09-01 11:35:45 +01:00
max8649.h
max8660.h
max8952.h
max8973-regulator.h regulator: max8973: add mechanism to enable/disable through GPIO 2015-05-22 13:47:33 +01:00
mt6397-regulator.h regulator: mt6397: Add support for MT6397 regulator 2014-12-24 12:41:05 +00:00
of_regulator.h regulator: of: Pass the regulator description in the match table 2014-11-26 18:58:14 +00:00
pfuze100.h regulator: pfuze100-regulator: add pfuze3000 support 2015-01-09 12:22:18 +00:00
tps6507x.h
tps51632-regulator.h
tps62360.h
userspace-consumer.h