sh: boot: Add proper forward declarations
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 24 Apr 2024 11:58:42 +0000 (13:58 +0200)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Thu, 2 May 2024 10:02:38 +0000 (12:02 +0200)
commit21b8651502d5989576f9ca4849f40ff3bf1271ff
tree921f0cd5ebf7ce5c543452c20c53224f3d42fddb
parent25c7d77d695a410480cdb099dee8f0469bcfcab4
sh: boot: Add proper forward declarations

arch/sh/boot/compressed/misc.c:110:6: warning: no previous prototype for ‘ftrace_stub’ [-Wmissing-prototypes]
arch/sh/boot/compressed/misc.c:113:6: warning: no previous prototype for ‘arch_ftrace_ops_list_func’ [-Wmissing-prototypes]
arch/sh/boot/compressed/misc.c:123:6: warning: no previous prototype for ‘decompress_kernel’ [-Wmissing-prototypes]

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/b7ea770a3bf26fb2a5f59f4bb83072b2526f7134.1713959841.git.geert+renesas@glider.be
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/boot/compressed/misc.c
arch/sh/boot/compressed/misc.h [new file with mode: 0644]