aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-25 11:40:33 +0100
committerTakashi Iwai <tiwai@suse.de>2008-12-25 11:40:33 +0100
commit60cda2b53a7826d273198f668cd124f0eeda0e4a (patch)
treeddeddcefbb18ee4a07ab8e7a3172686879d742b9 /sound
parent9649745c8670eacc671e9cff72c5c1e346e13036 (diff)
parent3d1ee379bd576c0830050c2d313e77b9f98a8013 (diff)
Merge branch 'topic/sound-core-fix' into to-push
Diffstat (limited to 'sound')
-rw-r--r--sound/sound_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/sound_core.c b/sound/sound_core.c
index 10ba4218161..2b302bbffe7 100644
--- a/sound/sound_core.c
+++ b/sound/sound_core.c
@@ -10,6 +10,7 @@
#include <linux/module.h>
#include <linux/device.h>
#include <linux/err.h>
+#include <sound/core.h>
#ifdef CONFIG_SOUND_OSS_CORE
static int __init init_oss_soundcore(void);