From: Aaro Koskinen Date: Wed, 19 Nov 2014 23:05:38 +0000 (+0200) Subject: MIPS: Loongson: Make platform serial setup always built-in. X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~62^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26927f76499849e095714452b8a4e09350f6a3b9;p=pandora-kernel.git MIPS: Loongson: Make platform serial setup always built-in. If SERIAL_8250 is compiled as a module, the platform specific setup for Loongson will be a module too, and it will not work very well. At least on Loongson 3 it will trigger a build failure, since loongson_sysconf is not exported to modules. Fix by making the platform specific serial code always built-in. Signed-off-by: Aaro Koskinen Reported-by: Ralf Baechle Cc: stable@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: Huacai Chen Cc: Markos Chandras Patchwork: https://patchwork.linux-mips.org/patch/8533/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed