Re: [PATCH 1/3] powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declaration

2022-07-29 Thread Michael Ellerman
On Thu, 7 Jul 2022 08:14:39 +0200, Uwe Kleine-König wrote: > By moving up pmc_types and pmc_match, the forward declaration for pmc_match > can be dropped. > > Applied to powerpc/next. [1/3] powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declaration

Re: [PATCH 1/3] powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declaration

2022-07-07 Thread Christophe Leroy
Le 07/07/2022 à 08:14, Uwe Kleine-König a écrit : > By moving up pmc_types and pmc_match, the forward declaration for pmc_match > can be dropped. > > Signed-off-by: Uwe Kleine-König Reviewed-by: Christophe Leroy > --- > arch/powerpc/platforms/83xx/suspend.c | 43

[PATCH 1/3] powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declaration

2022-07-07 Thread Uwe Kleine-König
By moving up pmc_types and pmc_match, the forward declaration for pmc_match can be dropped. Signed-off-by: Uwe Kleine-König --- arch/powerpc/platforms/83xx/suspend.c | 43 +-- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git