diff options
Diffstat (limited to 'sys/dev/sound/pcm/mixer.c')
-rw-r--r-- | sys/dev/sound/pcm/mixer.c | 1 |
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 |