aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-12-25 05:40:33 -0500
committerTakashi Iwai <tiwai@suse.de>2008-12-25 05:40:33 -0500
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 10ba4218161b..2b302bbffe73 100644
--- a/sound/sound_core.c
+++ b/sound/sound_core.c
@@ -10,6 +10,7 @@
10#include <linux/module.h> 10#include <linux/module.h>
11#include <linux/device.h> 11#include <linux/device.h>
12#include <linux/err.h> 12#include <linux/err.h>
13#include <sound/core.h>
13 14
14#ifdef CONFIG_SOUND_OSS_CORE 15#ifdef CONFIG_SOUND_OSS_CORE
15static int __init init_oss_soundcore(void); 16static int __init init_oss_soundcore(void);