Re: [PATCH] ARC: -Wmissing-prototype warning fixes

From: Vineet Gupta
Date: Mon Aug 14 2023 - 20:44:04 EST




On 8/13/23 12:18, Arnd Bergmann wrote:
On Sun, Aug 13, 2023, at 21:16, Vineet Gupta wrote:
Anrd reported [1] new compiler warnings due to -Wmissing-protype.
These are for non static functions mostly used in asm code hence not
exported already. Fix this by adding the prototypes.

[1] https://lore.kernel.org/lkml/20230810141947.1236730-1-arnd@xxxxxxxxxx

Signed-off-by: Vineet Gupta <vgupta@xxxxxxxxxx>
Looks good to me,

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>

Thx, Arnd.

Added to for-curr.

-Vineet