From d7f7aa7155dc334bd24501b68d77001ba01b1bfe Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 7 May 2007 18:53:05 +0000 Subject: floating unused variable (except in debug case) --- sys/dev/ic/dp8390.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index b57945353f6..9b79461cbbc 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.38 2006/10/20 17:28:10 brad Exp $ */ +/* $OpenBSD: dp8390.c,v 1.39 2007/05/07 18:53:04 deraadt Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -65,7 +65,9 @@ static int dp8390_test_mem(struct dp8390_softc *); int dp8390_enable(struct dp8390_softc *); void dp8390_disable(struct dp8390_softc *); +#ifdef DEBUG int dp8390_debug = 0; +#endif /* * Standard media init routine for the dp8390. -- cgit v1.2.3