All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: fix rt5033 build, needs to select REGMAP_IRQ
@ 2015-04-13  2:40 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2015-04-13  2:40 UTC (permalink / raw)
  To: LKML; +Cc: Douglas Gilbert, Samuel Ortiz, Lee Jones, Linus Torvalds

From: Randy Dunlap <rdunlap@infradead.org>

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@interlog.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc:	Samuel Ortiz <sameo@linux.intel.com>
Cc:	Lee Jones <lee.jones@linaro.org>
---
 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-13  2:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-13  2:40 [PATCH] mfd: fix rt5033 build, needs to select REGMAP_IRQ Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.