Re: [PATCH] powerpc: drop even more unused Kconfig symbols

2013-03-27 Thread Paul Bolle
On Thu, 2013-03-21 at 12:10 +0100, Paul Bolle wrote: diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig index 79d2225..9eea710 100644 --- a/arch/powerpc/platforms/wsp/Kconfig +++ b/arch/powerpc/platforms/wsp/Kconfig @@ -29,7 +29,3 @@ config PPC_CHROMA

Re: [PATCH] powerpc: drop even more unused Kconfig symbols

2013-03-27 Thread Michael Ellerman
On Wed, Mar 27, 2013 at 11:51:35AM +0100, Paul Bolle wrote: On Thu, 2013-03-21 at 12:10 +0100, Paul Bolle wrote: diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig index 79d2225..9eea710 100644 --- a/arch/powerpc/platforms/wsp/Kconfig +++

[PATCH] powerpc: drop even more unused Kconfig symbols

2013-03-21 Thread Paul Bolle
When I submitted commit 6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1 (powerpc: drop unused Kconfig symbols) I apparently failed to notice that my patch also made PREP_RESIDUAL and PPC_A2_DD2 unused. Drop these now. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- 0) Untested. 1) I investigated these

Re: [PATCH] powerpc: drop even more unused Kconfig symbols

2013-03-21 Thread Michael Ellerman
On Thu, Mar 21, 2013 at 12:10:06PM +0100, Paul Bolle wrote: When I submitted commit 6805ab6daa2b589fe3242d05ddc47a9dbb0c4eb1 (powerpc: drop unused Kconfig symbols) I apparently failed to notice that my patch also made PREP_RESIDUAL and PPC_A2_DD2 unused. Drop these now. Signed-off-by: Paul