]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - arch/ppc/boot/simple/misc.c
[PATCH] remove <linux/xattr_acl.h>
[mirror_ubuntu-hirsute-kernel.git] / arch / ppc / boot / simple / misc.c
index ab0f9902cb67c62b0aad6b9502c5675de7042bdb..e02de5b467a45ff9e278f59350bdbdd1c020d5b0 100644 (file)
@@ -222,7 +222,7 @@ decompress_kernel(unsigned long load_addr, int num_words, unsigned long cksum)
        puts("\n");
 
        puts("Uncompressing Linux...");
-       gunzip(0x0, 0x400000, zimage_start, &zimage_size);
+       gunzip(NULL, 0x400000, zimage_start, &zimage_size);
        puts("done.\n");
 
        /* get the bi_rec address */