On Sun, Aug 13, 2023, at 21:16, Vineet Gupta wrote:
Anrd reported [1] new compiler warnings due to -Wmissing-protype.Looks good to me,
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>
Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>