From: Randy Dunlap Date: Mon, 23 Jul 2012 17:32:58 +0000 (-0700) Subject: mfd: Fix arizona-irq.c build by selecting REGMAP_IRQ X-Git-Tag: v3.6-rc1~47^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78948c17a47cc56cb10667f59036b6a703147161;p=pandora-kernel.git mfd: Fix arizona-irq.c build by selecting REGMAP_IRQ arizona-irq.c uses functions that are only available when CONFIG_REGMAP_IRQ is enabled, so select that symbol for arizona builds. Fixes these build errors: arizona-irq.c:(.text+0xb2d47): undefined reference to `regmap_irq_get_virq' (.text+0xb2fe3): undefined reference to `regmap_add_irq_chip' (.text+0xb3173): undefined reference to `regmap_del_irq_chip' Signed-off-by: Randy Dunlap Acked-by: Mark Brown Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed