summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/driver.c
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-06-17 09:38:08 +0000
committernetchild <netchild@FreeBSD.org>2006-06-17 09:38:08 +0000
commitf9e76ed97b78149f582927edcf047ba9b85b6203 (patch)
tree1a7d36dcef5546da09c9bd9a2090afcb1294037e /sys/dev/sound/driver.c
parent3323d8b7b4e24170e0b6a88d8fa7caea76b95faf (diff)
downloadFreeBSD-src-f9e76ed97b78149f582927edcf047ba9b85b6203.zip
FreeBSD-src-f9e76ed97b78149f582927edcf047ba9b85b6203.tar.gz
Remove the snd_es1888 module now that it isn't build anymore.
Noticed by: Neil Short <neshort@yahoo.com>
Diffstat (limited to 'sys/dev/sound/driver.c')
-rw-r--r--sys/dev/sound/driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c
index 4e20f9a..637a721 100644
--- a/sys/dev/sound/driver.c
+++ b/sys/dev/sound/driver.c
@@ -63,7 +63,6 @@ MODULE_DEPEND(snd_driver, snd_csapcm, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_ds1, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_emu10k1, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_es137x, 1, 1, 1);
-MODULE_DEPEND(snd_driver, snd_es1888, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_ess, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_fm801, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_gusc, 1, 1, 1);
OpenPOWER on IntegriCloud