Module Name:    src
Committed By:   joerg
Date:           Thu Feb 25 12:22:30 UTC 2016

Modified Files:
        src/sys/arch/evbarm/nitrogen6: nitrogen6_machdep.c

Log Message:
Garbage collect unused variables comcnaddr, comcnspeed and comcnmode.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/nitrogen6/nitrogen6_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/evbarm/nitrogen6/nitrogen6_machdep.c
diff -u src/sys/arch/evbarm/nitrogen6/nitrogen6_machdep.c:1.5 src/sys/arch/evbarm/nitrogen6/nitrogen6_machdep.c:1.6
--- src/sys/arch/evbarm/nitrogen6/nitrogen6_machdep.c:1.5	Thu Dec 31 12:14:01 2015
+++ src/sys/arch/evbarm/nitrogen6/nitrogen6_machdep.c	Thu Feb 25 12:22:30 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: nitrogen6_machdep.c,v 1.5 2015/12/31 12:14:01 ryo Exp $	*/
+/*	$NetBSD: nitrogen6_machdep.c,v 1.6 2016/02/25 12:22:30 joerg Exp $	*/
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nitrogen6_machdep.c,v 1.5 2015/12/31 12:14:01 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nitrogen6_machdep.c,v 1.6 2016/02/25 12:22:30 joerg Exp $");
 
 #include "opt_evbarm_boardtype.h"
 #include "opt_arm_debug.h"
@@ -97,10 +97,6 @@ u_int uboot_args[4] = { 0 };
 void nitrogen6_setup_iomux(void);
 void nitrogen6_device_register(device_t, void *);
 
-static const bus_addr_t comcnaddr = (bus_addr_t)CONADDR;
-static const int comcnspeed = CONSPEED;
-static const int comcnmode = CONMODE | CLOCAL;
-
 #ifdef KGDB
 #include <sys/kgdb.h>
 #endif

Reply via email to