aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-11 13:15:40 +0100
committerMark Brown <broonie@linaro.org>2013-09-17 00:28:45 +0100
commit0cdfcc0f9352a4c076fbb51299e2b12a35619a51 (patch)
tree251c021a984bc746b8e02c37e0d2e59043be657b /drivers/regulator/Makefile
parentregulator: core: Refactor devm_regulator_get* APIs (diff)
downloadlinux-dev-0cdfcc0f9352a4c076fbb51299e2b12a35619a51.tar.xz
linux-dev-0cdfcc0f9352a4c076fbb51299e2b12a35619a51.zip
regulator: core: Split devres code out into a separate file
Cut down on the size of core.c a bit more and ensure that the devres versions of things don't do too much peering inside the internals of the APIs they wrap. Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index 185cce246022..69db4c8bb5c9 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -3,7 +3,7 @@
#
-obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o
+obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
obj-$(CONFIG_OF) += of_regulator.o
obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o