From aad99bbd8d04a17320e8be4a600f23aaaceea42b Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 11 Oct 2010 11:24:29 +0200 Subject: [PATCH 05/33] Anoher ugly fix --- drivers/regulator/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index bff8157..353634d 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -3,7 +3,7 @@ # -obj-$(CONFIG_REGULATOR) += core.o dummy.o +obj-$(CONFIG_REGULATOR) += core.o obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o -- 1.6.3.3