Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ews4800mips/ews4800mips Remove unneeded cn_tab defi...
details: https://anonhg.NetBSD.org/src/rev/bccb0b7ba0d6
branches: trunk
changeset: 780813:bccb0b7ba0d6
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 08 09:02:49 2012 +0000
description:
Remove unneeded cn_tab definition (and NULL initialization)
diffstat:
sys/arch/ews4800mips/ews4800mips/cons_machdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 6712db29cc40 -r bccb0b7ba0d6 sys/arch/ews4800mips/ews4800mips/cons_machdep.c
--- a/sys/arch/ews4800mips/ews4800mips/cons_machdep.c Wed Aug 08 04:05:26 2012 +0000
+++ b/sys/arch/ews4800mips/ews4800mips/cons_machdep.c Wed Aug 08 09:02:49 2012 +0000
@@ -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 @@
cons_decl(rom_);
struct cons cons;
-struct consdev *cn_tab = NULL;
struct consdev consdev_rom = {
rom_cnprobe,
rom_cninit,
Home |
Main Index |
Thread Index |
Old Index