aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-07-06 08:35:23 +0200
committerTakashi Iwai <tiwai@suse.de>2010-07-06 08:35:23 +0200
commitf9b2a5318dd942a15e37700f3e9380024a9252b7 (patch)
treea0936ee8796a074afdac482b6cd4d63589f6c269
parente5133dcc77a833f82d01b290991b0c3dfa0c0f1a (diff)
downloadalsa-driver-build-unstable-f9b2a5318dd942a15e37700f3e9380024a9252b7.tar.gz
Clean up build of driver/vx/*
Removed conflicting inclusion of alsa-autoconf.h Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--drivers/vx/vx_core.c3
-rw-r--r--drivers/vx/vx_hwdep.c2
-rw-r--r--drivers/vx/vx_pcm.c2
3 files changed, 2 insertions, 5 deletions
diff --git a/drivers/vx/vx_core.c b/drivers/vx/vx_core.c
index ccd237826..fa4aebd11 100644
--- a/drivers/vx/vx_core.c
+++ b/drivers/vx/vx_core.c
@@ -1,7 +1,4 @@
-#include "config.h"
-/* to be in alsa-driver-specfici code */
#include <linux/version.h>
-#include "alsa-autoconf.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
#define spin_lock_bh spin_lock
#define spin_unlock_bh spin_unlock
diff --git a/drivers/vx/vx_hwdep.c b/drivers/vx/vx_hwdep.c
index 3d7fc9238..beb4ad79c 100644
--- a/drivers/vx/vx_hwdep.c
+++ b/drivers/vx/vx_hwdep.c
@@ -1,4 +1,4 @@
-#include "alsa-autoconf.h"
+#include <linux/version.h>
#define __NO_VERSION__
/* to be in alsa-driver-specific code */
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
diff --git a/drivers/vx/vx_pcm.c b/drivers/vx/vx_pcm.c
index f672ad998..a389feb1c 100644
--- a/drivers/vx/vx_pcm.c
+++ b/drivers/vx/vx_pcm.c
@@ -1,4 +1,4 @@
-#include "alsa-autoconf.h"
+#include <linux/version.h>
#define __NO_VERSION__
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 2, 18)