alpha/boot/misc: trim unused declarations
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Jan 2023 20:44:25 +0000 (20:44 +0000)
committerMatt Turner <mattst88@gmail.com>
Sat, 25 Feb 2023 04:14:22 +0000 (23:14 -0500)
commita7acb188e874be1b2752461a445af935e0a47da7
tree991ced7fe9715784ab833cc62d2f6dbbea8b4d9e
parenta4c082f26718f7b2af6d62f5fd8b9759941c71c5
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/boot/misc.c