|
From: Berczi G. <gab...@us...> - 2004-09-19 17:25:43
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23113/arch/vax/kernel Modified Files: cpu_ka48.c Log Message: sync with Kenn's latest change ("Move all the current VSBUS code into drivers/vax/bus/vsbus.") Index: cpu_ka48.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka48.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- cpu_ka48.c 11 May 2004 19:47:46 -0000 1.4 +++ cpu_ka48.c 19 Sep 2004 17:25:35 -0000 1.5 @@ -18,7 +18,6 @@ #include <asm/mtpr.h> #include <asm/mv.h> #include <asm/vaxcpu.h> -#include <asm/vsa.h> #include <asm/ka48.h> #include <asm/clock.h> /* For clock_init routines */ #include <asm/bus/vsbus.h> @@ -114,9 +113,6 @@ static void ka48_init_devices(void) { printk("ka48: init_devices\n"); -#ifdef CONFIG_VSBUS - vsbus_setup(); -#endif /* CONFIG_VSBUS */ /* Initialise the DMA area */ ka48_dma_init(); |