projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1878787
)
alpha/boot/misc: trim unused declarations
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Jan 2023 06:02:41 +0000
(
01:02
-0500)
committer
Al 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
patch
|
blob
|
history
diff --git
a/arch/alpha/boot/misc.c
b/arch/alpha/boot/misc.c
index 325d4dd4f90460619cac320e02b6dfa7b5cb1e3a..1ab91852d9f71426da35f05b7225c6466a9e075c 100644
(file)
--- 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;