From: Paul Bolle Date: Tue, 20 May 2014 21:02:56 +0000 (+0200) Subject: powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG X-Git-Tag: omap-for-v3.16/fixes-against-rc1~30^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94314290ed719cf64619dfc42df8f84161a36892;p=pandora-kernel.git powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG The Kconfig symbol SERIAL_TEXT_DEBUG was removed from arch/powerpc/Kconfig.debug in v2.6.22. (In v2.6.27 it was also removed from arch/ppc/Kconfig.debug.) So the check for its macro has evaluated to false for over five years now. Remove that check and the few lines of code hidden behind it. Signed-off-by: Paul Bolle Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed