Re: linux-next: Tree for Oct 22 (xilinx_uartps)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2013-10-23 07:03:07
Also in:
linux-serial, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2013-10-23 07:03:07
Also in:
linux-serial, lkml
On Tue, Oct 22, 2013 at 03:04:08PM -0700, Randy Dunlap wrote:
On 10/22/13 08:08, Thierry Reding wrote:quoted
Hi all, I've uploaded today's linux-next tree to the master branch of the repository below: git://gitorious.org/thierryreding/linux-next.git A next-20131022 tag is also provided for convenience. Gained a couple new conflicts, fixed more build failures. ARM seems to be in pretty good shape, as is the 64-bit x86 allmodconfig.on i386: CC [M] drivers/tty/serial/xilinx_uartps.o drivers/tty/serial/xilinx_uartps.c: In function 'xuartps_suspend': drivers/tty/serial/xilinx_uartps.c:1227:21: error: 'xuartps_uart_driver' undeclared (first use in this function) drivers/tty/serial/xilinx_uartps.c:1227:21: note: each undeclared identifier is reported only once for each function it appears in drivers/tty/serial/xilinx_uartps.c: In function 'xuartps_resume': drivers/tty/serial/xilinx_uartps.c:1308:27: error: 'xuartps_uart_driver' undeclared (first use in this function) drivers/tty/serial/xilinx_uartps.c:1309:1: warning: control reaches end of non-void function [-Wreturn-type]
There are some patches sent that should resolve this issue now, I'll try to apply them later today. thanks, greg k-h