From c4a54b8d54218a75b94ab9947449e688869df00d Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 6 Aug 2013 01:31:28 +0100 Subject: regulator: core: Move helpers for drivers out into a separate file Reduce the size of core.c a bit. Signed-off-by: Mark Brown --- drivers/regulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/regulator/Makefile') diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index ba4a3cf3afec..c6558ce48fbe 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -3,7 +3,7 @@ # -obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o +obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o obj-$(CONFIG_OF) += of_regulator.o obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o -- cgit v1.2.3-59-g8ed1b