Messages in this thread Patch in this message |  | | | Date | Mon, 14 Mar 2005 20:35:36 +1100 | | From | Paul Mackerras <> | | Subject | [PATCH] PPC64 delete unused file no_initrd.c |
This patch is from Domen Puncer <domen@coderock.org>.
Remove nowhere referenced file. (egrep "filename\." didn't find anything)
Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
diff -L arch/ppc64/boot/no_initrd.c -puN arch/ppc64/boot/no_initrd.c~remove_file-arch_ppc64_boot_no_initrd.c /dev/null --- kj/arch/ppc64/boot/no_initrd.c +++ /dev/null 2005-03-02 11:34:59.000000000 +0100 @@ -1,2 +0,0 @@ -char initrd_data[1]; -int initrd_len = 0; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |