Re: [PATCH] powerpc/82xx: Remove pq2_init_pci

From: Michael Ellerman
Date: Thu Aug 17 2023 - 08:51:35 EST


Christophe Leroy <christophe.leroy@xxxxxxxxxx> writes:
> Commit 859b21a008eb ("powerpc: drop PowerQUICC II Family ADS platform
> support") removed last user of pq2_init_pci.
>
> Remove it.
>
> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
> ---
> arch/powerpc/platforms/82xx/pq2.c | 46 -------------------------------
> 1 file changed, 46 deletions(-)

Haha, from my local tree:

$ show --stat dev/mpe
commit d4268218b50422292cb5e1273cc6829fb3b22b5b
Author: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
AuthorDate: Wed Aug 16 14:06:50 2023 +1000
Commit: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
CommitDate: Wed Aug 16 14:08:47 2023 +1000

powerpc/82xx: Drop unused pq2 PCI code

The last caller of this code was removed when the pq2fads platform was
dropped in commit 859b21a008eb ("powerpc: drop PowerQUICC II Family ADS
platform support").

Signed-off-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>

arch/powerpc/platforms/82xx/pq2.c | 46 ---------------------------------------
1 file changed, 46 deletions(-)


But I'll take yours because you sent it first.

cheers