|
From: Kenn H. <ke...@us...> - 2005-04-07 22:19:51
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12309/arch/vax/kernel Modified Files: cpu_ka55.c Log Message: Remove obsoleted VSBUS code. Nothing uses this anymore (except for one reference in the KA55 boot code which has bit-rotted Index: cpu_ka55.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka55.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- cpu_ka55.c 2 Oct 2004 11:42:46 -0000 1.12 +++ cpu_ka55.c 7 Apr 2005 22:19:42 -0000 1.13 @@ -14,7 +14,6 @@ #include <asm/mtpr.h> #include <asm/mv.h> #include <asm/vaxcpu.h> -#include <asm/vsa.h> #include <asm/clock.h> /* For clock_init routines */ static void ka55_prom_putchar(int c) @@ -52,9 +51,6 @@ static void ka55_init_devices(void) { -#ifdef CONFIG_VSBUS - vsbus_setup(); -#endif } struct vax_mv mv_ka55 = { @@ -70,3 +66,5 @@ #warning KA55 needs a struct cpumatch +#warning KA55 needs a platform_device_init function + |