Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1345455 > unrolled thread

linux-next: build failure after merge of the mfd tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-02-29 05:00 +0100
Last post2016-03-02 05:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the mfd tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-02-29 05:00 +0100
    Re: linux-next: build failure after merge of the mfd tree Mark Brown <broonie@kernel.org> - 2016-03-02 05:10 +0100

#1345455 — linux-next: build failure after merge of the mfd tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-02-29 05:00 +0100
Subjectlinux-next: build failure after merge of the mfd tree
Message-ID<r7na1-4KA-1@gated-at.bofh.it>
Hi Lee,

After merging the mfd tree, today's linux-next build (x86_64 allmodconfig)
failed like this:

drivers/regulator/tps65086-regulator.c:194:9: error: implicit declaration of function 'regmap_write_bits' [-Werror=implicit-function-declaration]
   ret = regmap_write_bits(config->regmap,
         ^

Caused by commit

  23b92e4cf5fd ("regmap: remove regmap_write_bits()")

from the sound-asoc & regmap trees.

I am not sure why this is suddenly exposed by the mfd tree, but grep
would have been useful when the regmap tree patch was applied.

I have reverted that regmap commit for today.

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1347768

FromMark Brown <broonie@kernel.org>
Date2016-03-02 05:10 +0100
Message-ID<r86gN-2mI-3@gated-at.bofh.it>
In reply to#1345455

[Multipart message — attachments visible in raw view] — view raw

On Tue, Mar 01, 2016 at 01:35:58AM +0000, Kuninori Morimoto wrote:

> I noticed that you reborned regmap_write_bits() on your latest tree.
> I think using/adding regmap_force_update_bits() is good idea IMO.
> Can I create such patch ?

It might make more sense to rename _force_update_bits() to
_write_bits().

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web