summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-07 18:53:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-05-07 18:53:05 +0000
commitd7f7aa7155dc334bd24501b68d77001ba01b1bfe (patch)
treec9dcba6ac59c9dc65918374c35f86dc19ae48af2 /sys/dev
parent2e0cbe66a38d5565e2d4778f430a7a663e3af5d7 (diff)
floating unused variable (except in debug case)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/dp8390.c4
1 files changed, 3 insertions, 1 deletions
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.