|
From: Jan-Benedict G. <jb...@us...> - 2004-10-04 06:56:30
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14762/arch/vax/kernel Modified Files: cpu_ka49.c Log Message: - Fix typo. Index: cpu_ka49.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka49.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- cpu_ka49.c 4 Oct 2004 06:48:31 -0000 1.3 +++ cpu_ka49.c 4 Oct 2004 06:56:10 -0000 1.4 @@ -137,7 +137,7 @@ .init_devices = ka49_init_devices, .cpu_type_str = ka49_cpu_type_str, .clock_init = ka4x_clock_init, - .nicr_required = 1; + .nicr_required = 1, }; static struct cpu_match __CPU_MATCH cpumatch_ka49 = { |