Re: [PATCH] powerpc/32s: Remove m8260_gorom()

2021-06-06 Thread Michael Ellerman
On Thu, 6 May 2021 09:10:01 + (UTC), Christophe Leroy wrote: > Last user of m8260_gorom() was removed by > Commit 917f0af9e5a9 ("powerpc: Remove arch/ppc and include/asm-ppc") > removed last user of m8260_gorom(). > > In fact m8260_gorom() was ported to arch/powerpc/ but the > platform using i

[PATCH] powerpc/32s: Remove m8260_gorom()

2021-05-06 Thread Christophe Leroy
Last user of m8260_gorom() was removed by Commit 917f0af9e5a9 ("powerpc: Remove arch/ppc and include/asm-ppc") removed last user of m8260_gorom(). In fact m8260_gorom() was ported to arch/powerpc/ but the platform using it died with arch/ppc/ Remove it. Signed-off-by: Christophe Leroy --- arch