diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-11 13:15:40 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-17 00:28:45 +0100 |
commit | 0cdfcc0f9352a4c076fbb51299e2b12a35619a51 (patch) | |
tree | 251c021a984bc746b8e02c37e0d2e59043be657b /drivers/regulator/Makefile | |
parent | cee8e355942c01f408bddf8a53596be1dff7a86b (diff) | |
download | lwn-0cdfcc0f9352a4c076fbb51299e2b12a35619a51.tar.gz lwn-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/Makefile | 2 |
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 |