[<prev] [next>] [day] [month] [year] [list]
Message-ID: <552B2C9D.7050806@infradead.org>
Date: Sun, 12 Apr 2015 19:40:29 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>
CC: Douglas Gilbert <dgilbert@...erlog.com>,
Samuel Ortiz <sameo@...ux.intel.com>,
Lee Jones <lee.jones@...aro.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] mfd: fix rt5033 build, needs to select REGMAP_IRQ
From: Randy Dunlap <rdunlap@...radead.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@...erlog.com>
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Samuel Ortiz <sameo@...ux.intel.com>
Cc: Lee Jones <lee.jones@...aro.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists