From: Al Viro Date: Mon, 9 Jan 2023 06:02:41 +0000 (-0500) Subject: alpha/boot/misc: trim unused declarations X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=beb9797ee8b0c19598ffccdfae24afa6e0066f6a;p=linux.git alpha/boot/misc: trim unused declarations gzip_mark() and gzip_release() are gone; there used to be two forward declarations of each and the patch removing those suckers had left one of each behind... Signed-off-by: Al Viro --- diff --git a/arch/alpha/boot/misc.c b/arch/alpha/boot/misc.c index 325d4dd4f9046..1ab91852d9f71 100644 --- a/arch/alpha/boot/misc.c +++ b/arch/alpha/boot/misc.c @@ -89,8 +89,6 @@ static ulg output_ptr; static ulg bytes_out; static void error(char *m); -static void gzip_mark(void **); -static void gzip_release(void **); extern int end; static ulg free_mem_ptr;