summaryrefslogtreecommitdiffstats
path: root/drivers/sound/pas2_mixer.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
commit8624512aa908741ba2795200133eae0d7f4557ea (patch)
treed5d3036fccf2604f4c98dedc11e8adb929d6b52e /drivers/sound/pas2_mixer.c
parent7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff)
Merge with 2.3.48.
Diffstat (limited to 'drivers/sound/pas2_mixer.c')
-rw-r--r--drivers/sound/pas2_mixer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/sound/pas2_mixer.c b/drivers/sound/pas2_mixer.c
index 04a98fead..3b9b167c1 100644
--- a/drivers/sound/pas2_mixer.c
+++ b/drivers/sound/pas2_mixer.c
@@ -19,8 +19,6 @@
#include "sound_config.h"
-#ifdef CONFIG_PAS
-
#ifndef DEB
#define DEB(what) /* (what) */
#endif
@@ -332,5 +330,3 @@ pas_init_mixer(void)
}
return 1;
}
-
-#endif