summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/mixer.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-27 22:16:30 +0000
committerphk <phk@FreeBSD.org>2005-02-27 22:16:30 +0000
commit6b8f675295aa1f21adbd7aef03a5f44cfd4d0d33 (patch)
tree786bfb12e2d47eb1fe4fb0079fa789f68be26cef /sys/dev/sound/pcm/mixer.c
parent1b493208f12f4435469b2c75543f6a781481989c (diff)
downloadFreeBSD-src-6b8f675295aa1f21adbd7aef03a5f44cfd4d0d33.zip
FreeBSD-src-6b8f675295aa1f21adbd7aef03a5f44cfd4d0d33.tar.gz
Use dynamic major number allocation.
Diffstat (limited to 'sys/dev/sound/pcm/mixer.c')
-rw-r--r--sys/dev/sound/pcm/mixer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c
index fed0fc5..5846847 100644
--- a/sys/dev/sound/pcm/mixer.c
+++ b/sys/dev/sound/pcm/mixer.c
@@ -79,7 +79,6 @@ static struct cdevsw mixer_cdevsw = {
.d_close = mixer_close,
.d_ioctl = mixer_ioctl,
.d_name = "mixer",
- .d_maj = SND_CDEV_MAJOR,
};
#ifdef USING_DEVFS
OpenPOWER on IntegriCloud