]> Pileus Git - ~andy/linux/blobdiff - sound/core/info_oss.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[~andy/linux] / sound / core / info_oss.c
index cf42ab5080eb59eb495fa4ae617b98085c26d057..83c29dbff9c00fda9124c5155db62fa59341f6a4 100644 (file)
@@ -26,7 +26,6 @@
 #include <sound/core.h>
 #include <sound/minors.h>
 #include <sound/info.h>
-#include <sound/version.h>
 #include <linux/utsname.h>
 #include <linux/mutex.h>
 
@@ -94,7 +93,7 @@ static int snd_sndstat_show_strings(struct snd_info_buffer *buf, char *id, int d
 static void snd_sndstat_proc_read(struct snd_info_entry *entry,
                                  struct snd_info_buffer *buffer)
 {
-       snd_iprintf(buffer, "Sound Driver:3.8.1a-980706 (ALSA v" CONFIG_SND_VERSION " emulation code)\n");
+       snd_iprintf(buffer, "Sound Driver:3.8.1a-980706 (ALSA emulation code)\n");
        snd_iprintf(buffer, "Kernel: %s %s %s %s %s\n",
                    init_utsname()->sysname,
                    init_utsname()->nodename,