aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2023-01-09 01:02:41 -0500
committerAl Viro <[email protected]>2023-01-11 15:36:52 -0500
commitbeb9797ee8b0c19598ffccdfae24afa6e0066f6a (patch)
tree56feff410204d65dabc92cb372fa0737b52040a3
parent1878787797cbb019eeefe6f905514dcd557302b6 (diff)
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 <[email protected]>
-rw-r--r--arch/alpha/boot/misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/boot/misc.c b/arch/alpha/boot/misc.c
index 325d4dd4f904..1ab91852d9f7 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;