randconfig build error on 3.13-rc2

From: Masanari Iida
Date: Sun Dec 01 2013 - 02:31:36 EST


Building with the attached random configuration file,
the kernel compile failed with following error.

DNAME=KBUILD_STR(xilinx_uartps)" -c -o
drivers/tty/serial/.tmp_xilinx_uartps.o
drivers/tty/serial/xilinx_uartps.c
drivers/tty/serial/xilinx_uartps.c: In function 'xuartps_isr':
drivers/tty/serial/xilinx_uartps.c:247:5: error: 'struct uart_port'
has no member named 'sysrq'
drivers/tty/serial/xilinx_uartps.c:247:5: error: 'struct uart_port'
has no member named 'sysrq'
drivers/tty/serial/xilinx_uartps.c:247:5: error: 'struct uart_port'
has no member named 'sysrq'
make[3]: *** [drivers/tty/serial/xilinx_uartps.o] Error 1

git bisect identified following patch.

commit 0c0c47bc40a2e358d593b2d7fb93b50027fbfc0c
Author: Vlad Lungu <vlad.lungu@xxxxxxxxxxxxx>
Date: Thu Oct 17 14:08:06 2013 -0700

tty: xuartps: Implement BREAK detection, add SYSRQ support

Remove this patch and the kernel compile succeeded.

Reported-by: Masanari Iida <standby24x7@xxxxxxxxx>

Attachment: config-3.13-rc2-fail
Description: Binary data