2012-06-13 04:10:50

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the leds tree

Hi Bryan,

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

drivers/leds/led-core.c: In function 'led_set_software_blink':
drivers/leds/led-core.c:44:2: error: implicit declaration of function 'led_stop_software_blink' [-Werror=implicit-function-declaration]

Caused by commit eb91300a9786 ("leds: fix led_brightness_set when
soft-blinking").

This is exactly the problem I reported on June 8 and was fixed in
next-20120612 ...

I have used the leds tree from next-20120612 for today.
--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (600.00 B)
(No filename) (836.00 B)
Download all attachments

2012-06-13 04:25:28

by Bryan Wu

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the leds tree

On Wed, Jun 13, 2012 at 12:10 PM, Stephen Rothwell <[email protected]> wrote:
> Hi Bryan,
>
> After merging the leds tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/leds/led-core.c: In function 'led_set_software_blink':
> drivers/leds/led-core.c:44:2: error: implicit declaration of function 'led_stop_software_blink' [-Werror=implicit-function-declaration]
>
> Caused by commit eb91300a9786 ("leds: fix led_brightness_set when
> soft-blinking").
>
> This is exactly the problem I reported on June 8 and was fixed in
> next-20120612 ...
>
> I have used the leds tree from next-20120612 for today.

Thanks for raising this. I rebuilt the for-next branch.

-Bryan