From: Jayachandran C Date: Fri, 25 Oct 2013 11:24:15 +0000 (+0530) Subject: MIPS: Netlogic: Remove XLR early serial setup X-Git-Tag: v3.14-rc1~37^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=194d315da86af504559a8a21026360097575bd55;p=pandora-kernel.git MIPS: Netlogic: Remove XLR early serial setup The early serial code is not needed because we already have early printk support provided by common/earlycons.c This change also fixes the following build error that occurs when CONFIG_SERIAL_8250 is not configured for Netlogic XLR boards: arch/mips/built-in.o: In function `nlm_early_serial_setup': setup.c:(.init.text+0x274): undefined reference to `early_serial_setup' make: *** [vmlinux] Error 1 Reported-by: Markos Chandras Signed-off-by: Jayachandran C Signed-off-by: John Crispin Patchwork: http://patchwork.linux-mips.org/patch/6083/ --- Reading git-diff-tree failed