public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	Mark Brown <broonie@kernel.org>
Subject: Re: [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled
Date: Tue, 9 Aug 2016 13:54:31 +0100	[thread overview]
Message-ID: <20160809125431.GG5243@dell> (raw)
In-Reply-To: <1469820555-27006-1-git-send-email-u.kleine-koenig@pengutronix.de>

On Fri, 29 Jul 2016, Uwe Kleine-König wrote:

> This fixes a compile failure:
> 
> 	drivers/built-in.o: In function `wm8350_i2c_probe':
> 	core.c:(.text+0x828b0): undefined reference to `__devm_regmap_init_i2c'
> 	Makefile:953: recipe for target 'vmlinux' failed
> 
> Fixes: 52b461b86a9f ("mfd: Add regmap cache support for wm8350")
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  drivers/mfd/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 2d1fb6420592..580f4f280d6b 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -1549,6 +1549,7 @@ config MFD_WM8350
>  config MFD_WM8350_I2C
>  	bool "Wolfson Microelectronics WM8350 with I2C"
>  	select MFD_WM8350
> +	select REGMAP_I2C
>  	depends on I2C=y
>  	help
>  	  The WM8350 is an integrated audio and power management

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

      parent reply	other threads:[~2016-08-09 12:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 19:29 [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled Uwe Kleine-König
2016-08-08  8:10 ` Charles Keepax
2016-08-09 12:54 ` Lee Jones [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160809125431.GG5243@dell \
    --to=lee.jones@linaro.org \
    --cc=broonie@kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox