diff options
Diffstat (limited to 'sys/dev/sbus/cs4231.c')
-rw-r--r-- | sys/dev/sbus/cs4231.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/sbus/cs4231.c b/sys/dev/sbus/cs4231.c index b2ed764ddf0..4387f589e0f 100644 --- a/sys/dev/sbus/cs4231.c +++ b/sys/dev/sbus/cs4231.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cs4231.c,v 1.26 2005/04/16 21:57:23 mickey Exp $ */ +/* $OpenBSD: cs4231.c,v 1.27 2005/07/09 22:23:15 miod Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -36,9 +36,6 @@ * based on ideas from the S/Linux project and the NetBSD project. */ -#include "audio.h" -#if NAUDIO > 0 - #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> @@ -1624,5 +1621,3 @@ cs4231_trigger_input(void *vsc, void *start, void *end, int blksize, return (0); } - -#endif /* NAUDIO > 0 */ |