From: Mischa Jonker Date: Tue, 4 Jun 2013 09:00:49 +0000 (+0200) Subject: ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIAL X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~38^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5afadb114d09ce52a0d6886a0eab4fcb679501;p=pandora-kernel.git ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIAL This fixes the following: - CONFIG_ARC_SERIAL_BAUD is only defined when CONFIG_SERIAL_ARC is defined. Make sure that it isn't referenced otherwise. - There is no use for initializing arc_uart_info[] when CONFIG_SERIAL_ARC is not defined. [vgupta: tweaked changelog title, used IS_ENABLED() kconfig helper] Signed-off-by: Mischa Jonker Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed