aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-11-06 02:05:44 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2004-11-06 02:05:44 +0100
commit5e76ff2bf65d1ac6b4ca152dd02fc560a71bd07c (patch)
treebe4a70010b2c9b4cf882adff9d9b95d6f031104f /sound
parent78c72fc2b44a399eae6535feb582176c0b47b8a3 (diff)
downloadhistory-5e76ff2bf65d1ac6b4ca152dd02fc560a71bd07c.tar.gz
bk-kbuild utsname fix
sound/core/info.c:31: sound/utsname.h: No such file or directory sound/core/info.c: In function `snd_info_version_read': sound/core/info.c:965: parse error before `CONFIG_SND_VERSION' sound/core/info.c:962: warning: unused variable `kernel_version' Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/info.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/core/info.c b/sound/core/info.c
index a62175cba2de11..f3338d999fcdbe 100644
--- a/sound/core/info.c
+++ b/sound/core/info.c
@@ -25,10 +25,13 @@
#include <linux/vmalloc.h>
#include <linux/time.h>
#include <linux/smp_lock.h>
+#include <linux/utsname.h>
+#include <linux/config.h>
+
#include <sound/core.h>
+#include <sound/version.h>
#include <sound/minors.h>
#include <sound/info.h>
-#include <sound/utsname.h>
#include <linux/proc_fs.h>
#include <linux/devfs_fs_kernel.h>
#include <stdarg.h>