From: Chen Gang Date: Fri, 19 Apr 2013 10:53:07 +0000 (+0100) Subject: arm64: Fix duplicate definition of early_console X-Git-Tag: v3.10-rc2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182a6f73ec6bc83ce9b72eec20fa1c6901338c16;p=pandora-kernel.git arm64: Fix duplicate definition of early_console When compiling with allmodconfig. early_console is already defined as an extern global pointer. Need let it point to the object which we intend to (like arm32 done). Signed-off-by: Chen Gang Acked-by: Arnd Bergmann Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed