]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/wsp: Fix early debug build
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 16 Aug 2013 00:13:06 +0000 (10:13 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 16 Aug 2013 00:59:27 +0000 (10:59 +1000)
commit20a5972def091db3c20c64ddb1ef75c181012b21
treeb170f30f16bb8bb77477326ad604de7c49808a60
parentc8605cbffcac80fc77f6da1faf0189a9e2e39546
powerpc/wsp: Fix early debug build

When reworking udbg_16550.c I forgot to remove the old and now useless
code for the CONFIG_PPC_EARLY_DEBUG_WSP case, which doesn't build as
a result. I also missed a cast.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/udbg_16550.c