[alsa-devel] [PATCH] ALSA: Fix declaration of sound_class

Mark Brown broonie at opensource.wolfsonmicro.com
Mon Dec 15 16:43:43 CET 2008


Include sound/core.h in sound_core.c so that sound_class is declared
before it is defined, avoiding it looking like it should be static.

Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
 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 10ba421..2b302bb 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);
-- 
1.5.6.5



More information about the Alsa-devel mailing list