From beb9797ee8b0c19598ffccdfae24afa6e0066f6a Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 9 Jan 2023 01:02:41 -0500 Subject: [PATCH] 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 --- arch/alpha/boot/misc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/alpha/boot/misc.c b/arch/alpha/boot/misc.c index 325d4dd..1ab9185 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; -- 2.7.4