Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674365 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-06-26 03:10 +0200 |
| Last post | 2017-06-26 04:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the i2c tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-26 03:10 +0200
Re: linux-next: build failure after merge of the i2c tree Shawn Guo <shawnguo@kernel.org> - 2017-06-26 04:10 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-06-26 03:10 +0200 |
| Subject | linux-next: build failure after merge of the i2c tree |
| Message-ID | <tWqHn-40n-1@gated-at.bofh.it> |
Hi Wolfram,
After merging the i2c tree, today's linux-next build (x86_64 allmodconfig)
failed like this:
drivers/i2c/busses/i2c-zx2967.c: In function 'zx2967_i2c_writesb':
drivers/i2c/busses/i2c-zx2967.c:87:2: error: implicit declaration of function 'writesb' [-Werror=implicit-function-declaration]
writesb(i2c->reg_base + reg, data, len);
^
drivers/i2c/busses/i2c-zx2967.c: In function 'zx2967_i2c_readsb':
drivers/i2c/busses/i2c-zx2967.c:93:2: error: implicit declaration of function 'readsb' [-Werror=implicit-function-declaration]
readsb(i2c->reg_base + reg, data, len);
^
Caused by commit
9615a01f71ca ("i2c: zx2967: add i2c controller driver for ZTE's zx2967 family")
Forgotten some include file, presumably. And COMPILE_TEST may have
been a bit hopeful :-)
I have used the i2c tree from next-20170623 for today.
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2017-06-26 04:10 +0200 |
| Message-ID | <tWrDt-4AX-27@gated-at.bofh.it> |
| In reply to | #1674365 |
Hi Stephen,
On Mon, Jun 26, 2017 at 11:09:07AM +1000, Stephen Rothwell wrote:
> Hi Wolfram,
>
> After merging the i2c tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> drivers/i2c/busses/i2c-zx2967.c: In function 'zx2967_i2c_writesb':
> drivers/i2c/busses/i2c-zx2967.c:87:2: error: implicit declaration of function 'writesb' [-Werror=implicit-function-declaration]
> writesb(i2c->reg_base + reg, data, len);
> ^
> drivers/i2c/busses/i2c-zx2967.c: In function 'zx2967_i2c_readsb':
> drivers/i2c/busses/i2c-zx2967.c:93:2: error: implicit declaration of function 'readsb' [-Werror=implicit-function-declaration]
> readsb(i2c->reg_base + reg, data, len);
> ^
>
> Caused by commit
>
> 9615a01f71ca ("i2c: zx2967: add i2c controller driver for ZTE's zx2967 family")
>
> Forgotten some include file, presumably. And COMPILE_TEST may have
> been a bit hopeful :-)
Thanks for reporting it. I have sent a fix [1] for it yesterday, which
hopefully will be applied soon.
Shawn
[1] https://patchwork.ozlabs.org/patch/780357/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web