2010-11-12 01:58:01

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the final tree (tty tree related)

Hi Greg,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) failed like this:

drivers/serial/ifx6x60.c: In function 'ifx_spi_reset':
drivers/serial/ifx6x60.c:928: error: implicit declaration of function 'msleep'

Caused by commit af3b8881f4c9852eefe9c7f1a997b3ecf580561b ("ifx6x60: SPI
protocol driver for Infineon 6x60 modem"). An include is missing
(linux/delay.h). See Rule 1 in Documentation/SubmitChecklist.

I have reverted that commit for today.
--
Cheers,
Stephen Rothwell [email protected]
http://www.canb.auug.org.au/~sfr/


Attachments:
(No filename) (587.00 B)
(No filename) (490.00 B)
Download all attachments

2010-11-12 11:04:51

by Alan

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the final tree (tty tree related)

On Fri, 12 Nov 2010 12:57:51 +1100
Stephen Rothwell <[email protected]> wrote:

> Hi Greg,
>
> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> drivers/serial/ifx6x60.c: In function 'ifx_spi_reset':
> drivers/serial/ifx6x60.c:928: error: implicit declaration of function
> 'msleep'

Patch sent to Greg

Alan