Re: [PATCH] serial: Fix build failure caused by missing header file

2014-08-25 Thread Greg Kroah-Hartman
On Mon, Aug 25, 2014 at 07:00:36PM -0400, Pranith Kumar wrote: > On Mon, Aug 25, 2014 at 4:13 PM, Greg Kroah-Hartman > wrote: > > > Where is this failing? What arch? What kernel version did it show up > > in (i.e. what commit caused this problem?) > > > > This was a randconfig on powerpc. I

Re: [PATCH] serial: Fix build failure caused by missing header file

2014-08-25 Thread Pranith Kumar
On Mon, Aug 25, 2014 at 4:13 PM, Greg Kroah-Hartman wrote: > Where is this failing? What arch? What kernel version did it show up > in (i.e. what commit caused this problem?) > This was a randconfig on powerpc. I did not bisect as to which commit introduced this since it is a simple missing

Re: [PATCH] serial: Fix build failure caused by missing header file

2014-08-25 Thread Greg Kroah-Hartman
On Wed, Aug 20, 2014 at 12:55:45PM -0400, Pranith Kumar wrote: > Fix build failure caused by missing header file: > > drivers/tty/serial/nwpserial.c: In function 'wait_for_bits': > drivers/tty/serial/nwpserial.c:53:3: error: implicit declaration of function > 'udelay'

Re: [PATCH] serial: Fix build failure caused by missing header file

2014-08-25 Thread Greg Kroah-Hartman
On Wed, Aug 20, 2014 at 12:55:45PM -0400, Pranith Kumar wrote: Fix build failure caused by missing header file: drivers/tty/serial/nwpserial.c: In function 'wait_for_bits': drivers/tty/serial/nwpserial.c:53:3: error: implicit declaration of function 'udelay'

Re: [PATCH] serial: Fix build failure caused by missing header file

2014-08-25 Thread Pranith Kumar
On Mon, Aug 25, 2014 at 4:13 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: Where is this failing? What arch? What kernel version did it show up in (i.e. what commit caused this problem?) This was a randconfig on powerpc. I did not bisect as to which commit introduced this since

Re: [PATCH] serial: Fix build failure caused by missing header file

2014-08-25 Thread Greg Kroah-Hartman
On Mon, Aug 25, 2014 at 07:00:36PM -0400, Pranith Kumar wrote: On Mon, Aug 25, 2014 at 4:13 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: Where is this failing? What arch? What kernel version did it show up in (i.e. what commit caused this problem?) This was a randconfig

[PATCH] serial: Fix build failure caused by missing header file

2014-08-20 Thread Pranith Kumar
Fix build failure caused by missing header file: drivers/tty/serial/nwpserial.c: In function 'wait_for_bits': drivers/tty/serial/nwpserial.c:53:3: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration] Signed-off-by: Pranith Kumar ---

[PATCH] serial: Fix build failure caused by missing header file

2014-08-20 Thread Pranith Kumar
Fix build failure caused by missing header file: drivers/tty/serial/nwpserial.c: In function 'wait_for_bits': drivers/tty/serial/nwpserial.c:53:3: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration] Signed-off-by: Pranith Kumar bobby.pr...@gmail.com ---