mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
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>
This commit is contained in:
parent
a4c082f267
commit
a7acb188e8
@ -89,8 +89,6 @@ static ulg output_ptr;
|
|||||||
static ulg bytes_out;
|
static ulg bytes_out;
|
||||||
|
|
||||||
static void error(char *m);
|
static void error(char *m);
|
||||||
static void gzip_mark(void **);
|
|
||||||
static void gzip_release(void **);
|
|
||||||
|
|
||||||
extern int end;
|
extern int end;
|
||||||
static ulg free_mem_ptr;
|
static ulg free_mem_ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user