[PATCH] mfd: fix rt5033 build, needs to select REGMAP_IRQ

From: Randy Dunlap
Date: Sun Apr 12 2015 - 22:40:41 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

rt5033.c uses regmap_irq*() intefaces so it should select
REGMAP_IRQ to fix build errors.

ERROR: "regmap_irq_get_domain" [drivers/mfd/rt5033.ko] undefined!
ERROR: "regmap_add_irq_chip" [drivers/mfd/rt5033.ko] undefined!

Reported-by: Douglas Gilbert <dgilbert@xxxxxxxxxxxx>
Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx>
Cc: Lee Jones <lee.jones@xxxxxxxxxx>
---
drivers/mfd/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- lnx-40.orig/drivers/mfd/Kconfig
+++ lnx-40/drivers/mfd/Kconfig
@@ -655,6 +655,7 @@ config MFD_RT5033
depends on I2C=y
select MFD_CORE
select REGMAP_I2C
+ select REGMAP_IRQ
help
This driver provides for the Richtek RT5033 Power Management IC,
which includes the I2C driver and the Core APIs. This driver provides
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/