aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorCameron Grant <cg@FreeBSD.org>2000-08-09 18:46:48 +0000
committerCameron Grant <cg@FreeBSD.org>2000-08-09 18:46:48 +0000
commit071280d442bc31c4b61309102cfc560b99307923 (patch)
tree0edcd232e2c9f78c31374fc247978eec0949fc99 /sys/dev
parent4a0d94aa19f1f97b7c2d286d3407ab50c85ffd30 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pcm/sound.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 482099bbeb81..90394ba975ec 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -38,20 +38,12 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/ioccom.h>
-
#include <sys/filio.h>
#include <sys/sockio.h>
#include <sys/fcntl.h>
#include <sys/tty.h>
#include <sys/proc.h>
-
#include <sys/kernel.h> /* for DATA_SET */
-
-#if __FreeBSD_version < 500000
-#define MODULE_VERSION(mod, ver)
-#define MODULE_DEPEND(mod, dep, min, pref, max)
-#endif
-
#include <sys/module.h>
#include <sys/conf.h>
#include <sys/file.h>