On Tue, Dec 17, 2013 at 11:27:38PM +0000, Mark Brown wrote:
From: Mark Brown broonie@linaro.org
The sysrq field in struct uart_port is only defined when SERIAL_CORE_CONSOLE or SUPPORT_SYSRQ are selected but the driver uses the field unconditionally, causing build failures if they aren't (as happens when doing an arm64 allmodconfig). Make the usage conditional as well.
Signed-off-by: Mark Brown broonie@linaro.org
drivers/tty/serial/xilinx_uartps.c | 2 ++ 1 file changed, 2 insertions(+)
Is this a 3.13-final fix, or can it wait for 3.14?
thanks,
greg k-h