alpha/boot/misc: trim unused declarations
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Jan 2023 06:02:41 +0000 (01:02 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Jan 2023 20:36:52 +0000 (15:36 -0500)
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 <viro@zeniv.linux.org.uk>
arch/alpha/boot/misc.c

index 325d4dd..1ab9185 100644 (file)
@@ -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;