Re: [PATCH v2 1/2] powerpc/math_emu/efp: Include module.h

2022-09-09 Thread Michael Ellerman
On Fri, 2 Sep 2022 18:00:08 +0200, Christophe Leroy wrote: > From: Nathan Chancellor > > When building with a recent version of clang, there are a couple of > errors around the call to module_init(): > > arch/powerpc/math-emu/math_efp.c:927:1: error: type specifier missing, > defaults to 'int

[PATCH v2 1/2] powerpc/math_emu/efp: Include module.h

2022-09-02 Thread Christophe Leroy
From: Nathan Chancellor When building with a recent version of clang, there are a couple of errors around the call to module_init(): arch/powerpc/math-emu/math_efp.c:927:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] modu

[PATCH v2 1/2] powerpc/math_emu/efp: Include module.h

2022-09-02 Thread Christophe Leroy
From: Nathan Chancellor When building with a recent version of clang, there are a couple of errors around the call to module_init(): arch/powerpc/math-emu/math_efp.c:927:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] modu