diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:33 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:33 +0100 |
commit | 60cda2b53a7826d273198f668cd124f0eeda0e4a (patch) | |
tree | ddeddcefbb18ee4a07ab8e7a3172686879d742b9 /sound | |
parent | 9649745c8670eacc671e9cff72c5c1e346e13036 (diff) | |
parent | 3d1ee379bd576c0830050c2d313e77b9f98a8013 (diff) |
Merge branch 'topic/sound-core-fix' into to-push
Diffstat (limited to 'sound')
-rw-r--r-- | sound/sound_core.c | 1 |
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 @@ #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); |