Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232554 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2015-09-25 05:40 +0200 |
| Last post | 2015-10-05 09:40 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the pinctrl tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-09-25 05:40 +0200
Re: linux-next: build failure after merge of the pinctrl tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-10-02 05:40 +0200
Re: linux-next: build failure after merge of the pinctrl tree Linus Walleij <linus.walleij@linaro.org> - 2015-10-05 09:40 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-09-25 05:40 +0200 |
| Subject | linux-next: build failure after merge of the pinctrl tree |
| Message-ID | <qcs1z-6qi-3@gated-at.bofh.it> |
Hi Linus,
After merging the pinctrl tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
drivers/pinctrl/pinctrl-at91-pio4.c: In function 'atmel_gpio_irq_set_type':
drivers/pinctrl/pinctrl-at91-pio4.c:170:3: error: implicit declaration of function '__irq_set_handler_locked' [-Werror=implicit-function-declaration]
__irq_set_handler_locked(d->irq, handle_edge_irq);
^
drivers/pinctrl/pinctrl-at91-pio4.c: In function 'atmel_pinctrl_probe':
drivers/pinctrl/pinctrl-at91-pio4.c:925:3: warning: passing argument 2 of 'irq_set_chained_handler' from incompatible pointer type
irq_set_chained_handler(res->start, atmel_gpio_irq_handler);
^
In file included from include/linux/gpio/driver.h:6:0,
from include/asm-generic/gpio.h:12,
from arch/arm/include/asm/gpio.h:9,
from include/linux/gpio.h:48,
from drivers/pinctrl/pinctrl-at91-pio4.c:18:
include/linux/irq.h:548:1: note: expected 'irq_flow_handler_t' but argument is of type 'void (*)(unsigned int, struct irq_desc *)'
irq_set_chained_handler(unsigned int irq, irq_flow_handler_t handle)
^
Caused by commit
776180848b57 ("pinctrl: introduce driver for Atmel PIO4 controller")
I have used the pinctrl tree from next-20150924 for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2015-10-02 05:40 +0200 |
| Message-ID | <qeZmp-8c0-3@gated-at.bofh.it> |
| In reply to | #1232554 |
Hi Linus,
On Fri, 25 Sep 2015 13:34:10 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the pinctrl tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> drivers/pinctrl/pinctrl-at91-pio4.c: In function 'atmel_gpio_irq_set_type':
> drivers/pinctrl/pinctrl-at91-pio4.c:170:3: error: implicit declaration of function '__irq_set_handler_locked' [-Werror=implicit-function-declaration]
> __irq_set_handler_locked(d->irq, handle_edge_irq);
> ^
> drivers/pinctrl/pinctrl-at91-pio4.c: In function 'atmel_pinctrl_probe':
> drivers/pinctrl/pinctrl-at91-pio4.c:925:3: warning: passing argument 2 of 'irq_set_chained_handler' from incompatible pointer type
> irq_set_chained_handler(res->start, atmel_gpio_irq_handler);
> ^
> In file included from include/linux/gpio/driver.h:6:0,
> from include/asm-generic/gpio.h:12,
> from arch/arm/include/asm/gpio.h:9,
> from include/linux/gpio.h:48,
> from drivers/pinctrl/pinctrl-at91-pio4.c:18:
> include/linux/irq.h:548:1: note: expected 'irq_flow_handler_t' but argument is of type 'void (*)(unsigned int, struct irq_desc *)'
> irq_set_chained_handler(unsigned int irq, irq_flow_handler_t handle)
> ^
>
> Caused by commit
>
> 776180848b57 ("pinctrl: introduce driver for Atmel PIO4 controller")
>
> I have used the pinctrl tree from next-20150924 for today.
I am still getting this error.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2015-10-05 09:40 +0200 |
| Message-ID | <qg8xj-HJ-5@gated-at.bofh.it> |
| In reply to | #1237889 |
On Fri, Oct 2, 2015 at 5:37 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>> Caused by commit
>>
>> 776180848b57 ("pinctrl: introduce driver for Atmel PIO4 controller")
>>
>> I have used the pinctrl tree from next-20150924 for today.
>
> I am still getting this error.
Sorry for slow fixing, I was travelling.
It should be fixed today.
Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web