Re: [PATCH] EDAC/ppc_4xx: Reorder symbols to get rid of a few forward declarations

2022-09-18 Thread Borislav Petkov
On Sun, Sep 18, 2022 at 01:20:13AM +0200, Uwe Kleine-König wrote: > When moving the definition of ppc4xx_edac_driver further down, the > forward declarations can just be dropped. > > Do this to reduce line needless repetition. > > Signed-off-by: Uwe Kleine-König > --- >

[PATCH] EDAC/ppc_4xx: Reorder symbols to get rid of a few forward declarations

2022-09-17 Thread Uwe Kleine-König
When moving the definition of ppc4xx_edac_driver further down, the forward declarations can just be dropped. Do this to reduce line needless repetition. Signed-off-by: Uwe Kleine-König --- drivers/edac/ppc4xx_edac.c | 23 +-- 1 file changed, 9 insertions(+), 14 deletions(-)