From 94314290ed719cf64619dfc42df8f84161a36892 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Tue, 20 May 2014 23:02:56 +0200 Subject: [PATCH] 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-format-patch failed