X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=init%2Fdo_mounts_rd.c;h=4abfc1c0109eb6f77d4e44e4ee818b5cc692e996;hb=3ec04f3d2903fdf6d9849a8633af59b8628164a5;hp=c10b08a809823d9d906f1fc6f29c198c135e33ce;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/init/do_mounts_rd.c b/init/do_mounts_rd.c index c10b08a80..4abfc1c01 100644 --- a/init/do_mounts_rd.c +++ b/init/do_mounts_rd.c @@ -309,15 +309,14 @@ static int crd_infd, crd_outfd; #define Tracecv(c,x) #define STATIC static -#define INIT __init - -static int __init fill_inbuf(void); -static void __init flush_window(void); -static void __init *malloc(size_t size); -static void __init free(void *where); -static void __init error(char *m); -static void __init gzip_mark(void **); -static void __init gzip_release(void **); + +static int fill_inbuf(void); +static void flush_window(void); +static void *malloc(size_t size); +static void free(void *where); +static void error(char *m); +static void gzip_mark(void **); +static void gzip_release(void **); #include "../lib/inflate.c"