48f65f6
From 567a18f57213647e2c31bbdc7f6b8f9991d22fad Mon Sep 17 00:00:00 2001
48f65f6
From: Peter Robinson <pbrobinson@gmail.com>
48f65f6
Date: Fri, 13 Nov 2015 19:03:29 +0000
48f65f6
Subject: [PATCH] mfd: wm8994: Ensure that the whole MFD is built into a single
48f65f6
 module
48f65f6
48f65f6
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
48f65f6
---
48f65f6
 drivers/mfd/Makefile | 3 ++-
48f65f6
 1 file changed, 2 insertions(+), 1 deletion(-)
48f65f6
48f65f6
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
48f65f6
index a59e3fc..4a767ef 100644
48f65f6
--- a/drivers/mfd/Makefile
48f65f6
+++ b/drivers/mfd/Makefile
48f65f6
@@ -61,7 +61,8 @@ wm8350-objs			:= wm8350-core.o wm8350-regmap.o wm8350-gpio.o
48f65f6
 wm8350-objs			+= wm8350-irq.o
48f65f6
 obj-$(CONFIG_MFD_WM8350)	+= wm8350.o
48f65f6
 obj-$(CONFIG_MFD_WM8350_I2C)	+= wm8350-i2c.o
48f65f6
-obj-$(CONFIG_MFD_WM8994)	+= wm8994-core.o wm8994-irq.o wm8994-regmap.o
48f65f6
+wm8994-objs			:= wm8994-core.o wm8994-irq.o wm8994-regmap.o
48f65f6
+obj-$(CONFIG_MFD_WM8994)	+= wm8994.o
48f65f6
 
48f65f6
 obj-$(CONFIG_TPS6105X)		+= tps6105x.o
48f65f6
 obj-$(CONFIG_TPS65010)		+= tps65010.o
48f65f6
-- 
48f65f6
2.5.0
48f65f6