delete unused variables

This commit is contained in:
ryo 2016-05-19 05:15:51 +00:00
parent 348f728f8e
commit 5ca0adf8c7

View File

@ -1,4 +1,4 @@
/* $NetBSD: imx7_machdep.c,v 1.1 2016/05/17 06:44:46 ryo Exp $ */
/* $NetBSD: imx7_machdep.c,v 1.2 2016/05/19 05:15:51 ryo Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: imx7_machdep.c,v 1.1 2016/05/17 06:44:46 ryo Exp $");
__KERNEL_RCSID(0, "$NetBSD: imx7_machdep.c,v 1.2 2016/05/19 05:15:51 ryo Exp $");
#include "opt_evbarm_boardtype.h"
#include "opt_arm_debug.h"
@ -97,10 +97,6 @@ void imx7_setup_iomux(void);
void imx7_setup_gpio(void);
void imx7board_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