From d48a90d8d65023564a5d52f2c50c78b4ce06a61c Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 7 May 2010 20:07:29 +0200 Subject: pcf50633: Use threaded irq Use a threaded irq instead of normal irq and a workqueue. --- drivers/mfd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/mfd/Makefile') diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index b11883f600b..6741cd0fc6c 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -54,7 +54,7 @@ obj-$(CONFIG_PMIC_DA903X) += da903x.o max8925-objs := max8925-core.o max8925-i2c.o obj-$(CONFIG_MFD_MAX8925) += max8925.o -obj-$(CONFIG_MFD_PCF50633) += pcf50633-core.o +obj-$(CONFIG_MFD_PCF50633) += pcf50633-core.o pcf50633-irq.o obj-$(CONFIG_PCF50633_ADC) += pcf50633-adc.o obj-$(CONFIG_AB3100_CORE) += ab3100-core.o obj-$(CONFIG_AB3100_OTP) += ab3100-otp.o -- cgit v1.2.3