summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2013-10-16 19:32:30 +0000
committerchristos <christos@NetBSD.org>2013-10-16 19:32:30 +0000
commit39e8b5c8b237a0eaf9d36452f95c31b3f0944bfd (patch)
tree61823ae975ed3a4989445ad27d72e4d56b2df923 /sys/dev
parent937af601082e5144d421bfddd017881b2fe860e5 (diff)
use __USE()
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/cs4281.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/cs4281.c b/sys/dev/pci/cs4281.c
index 030d6068236..9c2a3b70fae 100644
--- a/sys/dev/pci/cs4281.c
+++ b/sys/dev/pci/cs4281.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cs4281.c,v 1.49 2013/10/16 18:18:54 christos Exp $ */
+/* $NetBSD: cs4281.c,v 1.50 2013/10/16 19:32:30 christos Exp $ */
/*
* Copyright (c) 2000 Tatoku Ogaito. All rights reserved.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cs4281.c,v 1.49 2013/10/16 18:18:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cs4281.c,v 1.50 2013/10/16 19:32:30 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -339,8 +339,8 @@ cs4281_intr(void *p)
DPRINTF(("intr = 0x%08x, hdsr0 = 0x%08x hdsr1 = 0x%08x\n",
intr, hdsr0, hdsr1));
#else
- (void)&hdsr0;
- (void)&hdsr1;
+ __USE(hdsr0);
+ __USE(hdsr1);
#endif
/* Playback Interrupt */