Re: [PATCH] csky: fix old style declaration in module.c

From: Arnd Bergmann
Date: Sat Jul 29 2023 - 03:06:53 EST


On Sat, Jul 29, 2023, at 06:59, Guo Ren wrote:
> Thx Arnd,
>
> Reviewed-by: Guo Ren <guoren@xxxxxxxxxx>
>
> You could directly put it in your next tree. If you need me to do
> that, please don't hesitate to let me know.

I don't currently plan to send a pull request for the warning
fixes, please just merge it through your own tree for 6.5 or
6.6.

I'd like to enable a few warning options (-Wextra, -Wrestrict,
-Wmissing-prototypes, ...) in the Kbuild for 6.6, but the Makefile
changes will probably go through the Kbuild tree or linux-mm,
and the fixes for existing warnings can just take their normal way.

Arnd