Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1334986 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2016-02-16 04:50 +0100 |
| Last post | 2016-02-16 15:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-02-16 04:50 +0100
Re: linux-next: build failure after merge of the gpio tree Linus Walleij <linus.walleij@linaro.org> - 2016-02-16 15:50 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-02-16 04:50 +0100 |
| Subject | linux-next: build failure after merge of the gpio tree |
| Message-ID | <r2EOd-2aW-1@gated-at.bofh.it> |
Hi Linus,
After merging the gpio tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/gpio/gpio-tps65218.c: In function 'tps65218_gpio_request':
drivers/gpio/gpio-tps65218.c:74:26: error: 'struct gpio_chip' has no member named 'desc'
unsigned long flags = gc->desc[offset].flags;
^
Caused by commit
c366c76a2c41 ("gpio: add tps65218 gpio")
interacting with commit
1c3cdb186172 ("gpio: move descriptors into gpio_device")
both from the gpio tree.
I have used the gpio tree from next-20160215 fro today.
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-02-16 15:50 +0100 |
| Message-ID | <r2P6W-Gk-23@gated-at.bofh.it> |
| In reply to | #1334986 |
On Tue, Feb 16, 2016 at 4:48 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi Linus,
>
> After merging the gpio tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/gpio/gpio-tps65218.c: In function 'tps65218_gpio_request':
> drivers/gpio/gpio-tps65218.c:74:26: error: 'struct gpio_chip' has no member named 'desc'
> unsigned long flags = gc->desc[offset].flags;
> ^
>
> Caused by commit
>
> c366c76a2c41 ("gpio: add tps65218 gpio")
>
> interacting with commit
>
> 1c3cdb186172 ("gpio: move descriptors into gpio_device")
>
> both from the gpio tree.
What a mess. I just sent a fixup patch. I blame my ability
to manage several things at the same time.
Yours,
Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web