]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: Remove supply_regulator_dev from machine configuration
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 8 May 2011 21:30:18 +0000 (22:30 +0100)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Fri, 27 May 2011 09:34:37 +0000 (10:34 +0100)
commit122d2370e8cae6788628a911f1b6a494791ef636
treef0ac1382e4b9047d43d522ce1cb111e74f84d61b
parentf7fa0501a57f5c084c0abb08c64262ce8d325b32
regulator: Remove supply_regulator_dev from machine configuration

supply_regulator_dev (using a struct pointer) has been deprecated in favour
of supply_regulator (using a regulator name) for quite a few releases
now with a warning generated if it is used and there are no current in tree
users so just remove the code.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Documentation/power/regulator/machine.txt
drivers/regulator/core.c
include/linux/regulator/machine.h