diff options
| author | christos <christos@NetBSD.org> | 2013-11-04 16:53:35 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-11-04 16:53:35 +0000 |
| commit | e322e6b31d69a0c8ea94494252f1e396ef48d24a (patch) | |
| tree | 38b5cc3c9943eb063197f7e3f7b0334252751bc1 /sys/dev | |
| parent | cb3b2bdcbed8bdd9099a7fbd34c4866f011e9a47 (diff) | |
use __USE
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/eisa/uha_eisa.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/eisa/uha_eisa.c b/sys/dev/eisa/uha_eisa.c index 4f87a9e038e..ec787ae5956 100644 --- a/sys/dev/eisa/uha_eisa.c +++ b/sys/dev/eisa/uha_eisa.c @@ -1,4 +1,4 @@ -/* $NetBSD: uha_eisa.c,v 1.34 2012/10/27 17:18:16 chs Exp $ */ +/* $NetBSD: uha_eisa.c,v 1.35 2013/11/04 16:53:35 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: uha_eisa.c,v 1.34 2012/10/27 17:18:16 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uha_eisa.c,v 1.35 2013/11/04 16:53:35 christos Exp $"); #include "opt_ddb.h" @@ -299,6 +299,8 @@ u24_intr(void *arg) #ifdef UHADEBUG printf("status = 0x%x ", uhastat); +#else + __USE(uhastat); #endif /*UHADEBUG*/ /* |
