]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] redundant declarations (#1_15)
authorThomas 'Dent' Mirlacher <dent@cosy.sbg.ac.at>
Mon, 15 Jul 2002 06:02:51 +0000 (23:02 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 06:02:51 +0000 (23:02 -0700)
 this patch fixes redundant declarations in 2.5.24

arch/i386/boot/compressed/misc.c

index bbefb67d5d6553c8b6f8308d5fa0cb0acb6aa824..42ce2febe8b7fc721be6709592954d40f5f3b206 100644 (file)
@@ -99,15 +99,11 @@ static long bytes_out = 0;
 static uch *output_data;
 static unsigned long output_ptr = 0;
 
 static void *malloc(int size);
 static void free(void *where);
-static void error(char *m);
-static void gzip_mark(void **);
-static void gzip_release(void **);
+
 static void puts(const char *);
-  
+
 extern int end;
 static long free_mem_ptr = (long)&end;
 static long free_mem_end_ptr;