aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-07-15 20:11:16 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-07-15 20:11:16 +0000
commitd66551806bb6b36ed9a343e50b108fed1d8fd56c (patch)
tree7e257ac4a4aaca2f9a916b8b8be09283e793c7a5 /sys
parent75d7240e1862a6b07db786f3f48d6593d6d55fe4 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/pcm/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h
index 2c8dff753e36..f4be41f0a325 100644
--- a/sys/dev/sound/pcm/mixer.h
+++ b/sys/dev/sound/pcm/mixer.h
@@ -47,4 +47,4 @@ void *mix_getdevinfo(struct snd_mixer *m);
*/
#define MIXER_SIZE (512 + sizeof(struct kobj))
-#define MIXER_DECLARE(name) DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
+#define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)