Module Name:    src
Committed By:   martin
Date:           Wed Aug  8 09:02:49 UTC 2012

Modified Files:
        src/sys/arch/ews4800mips/ews4800mips: cons_machdep.c

Log Message:
Remove unneeded cn_tab definition (and NULL initialization)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c
diff -u src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c:1.6 src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c:1.7
--- src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c:1.6	Mon Apr 28 20:23:18 2008
+++ src/sys/arch/ews4800mips/ews4800mips/cons_machdep.c	Wed Aug  8 09:02:49 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: cons_machdep.c,v 1.6 2008/04/28 20:23:18 martin Exp $	*/
+/*	$NetBSD: cons_machdep.c,v 1.7 2012/08/08 09:02:49 martin Exp $	*/
 
 /*-
  * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.6 2008/04/28 20:23:18 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cons_machdep.c,v 1.7 2012/08/08 09:02:49 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -45,7 +45,6 @@ __KERNEL_RCSID(0, "$NetBSD: cons_machdep
 cons_decl(rom_);
 
 struct cons cons;
-struct consdev *cn_tab = NULL;
 struct consdev consdev_rom = {
 	rom_cnprobe,
 	rom_cninit,

Reply via email to