From: Arnd Bergmann Date: Thu, 5 Jun 2014 21:24:13 +0000 (+0200) Subject: mfd: davinci: Voicecodec needs regmap_mmio X-Git-Tag: omap-for-v3.16/fixes-rc4~47^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e8884872dd4e26ec18413fe1f817bf81d023713;p=pandora-kernel.git mfd: davinci: Voicecodec needs regmap_mmio Without REGMAP_MMIO, building that driver results in a link error: drivers/built-in.o: In function `davinci_vc_probe': :(.init.text+0x3c1c): undefined reference to `devm_regmap_init_mmio_clk' This adds a Kconfig 'select' statement as the usual way to ensure that REGMAP_MMIO is enabled. Signed-off-by: Arnd Bergmann Signed-off-by: Lee Jones --- Reading git-diff-tree failed