patch-2.4.20 linux-2.4.20/arch/mips/au1000/pb1500/init.c

Next file: linux-2.4.20/arch/mips/au1000/pb1500/pci_fixup.c
Previous file: linux-2.4.20/arch/mips/au1000/pb1500/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/au1000/pb1500/init.c linux-2.4.20/arch/mips/au1000/pb1500/init.c
@@ -34,7 +34,6 @@
 #include <linux/bootmem.h>
 #include <asm/addrspace.h>
 #include <asm/bootinfo.h>
-#include <linux/config.h>
 #include <linux/string.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
@@ -59,7 +58,7 @@
 	prom_envp = envp;
 
 	mips_machgroup = MACH_GROUP_ALCHEMY;
-	mips_machtype = MACH_PB1500;  
+	mips_machtype = MACH_PB1500;
 
 	prom_init_cmdline();
 	memsize_str = prom_getenv("memsize");

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