patch-2.4.22 linux-2.4.22/arch/arm/boot/compressed/misc.c

Next file: linux-2.4.22/arch/arm/boot/compressed/vmlinux.lds.in
Previous file: linux-2.4.22/arch/arm/boot/compressed/ll_char_wr.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/arm/boot/compressed/misc.c linux-2.4.22/arch/arm/boot/compressed/misc.c
@@ -22,7 +22,6 @@
 
 #include <asm/uaccess.h>
 #include <asm/arch/uncompress.h>
-#include <asm/proc/uncompress.h>
 
 #ifdef STANDALONE_DEBUG
 #define puts printf
@@ -291,7 +290,6 @@
 	free_mem_ptr_end	= free_mem_ptr_end_p;
 	__machine_arch_type	= arch_id;
 
-	proc_decomp_setup();
 	arch_decomp_setup();
 
 	makecrc();
@@ -315,4 +313,3 @@
 	return 0;
 }
 #endif
-	

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)