summaryrefslogtreecommitdiffstats
path: root/drivers/sound/pas2_midi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/pas2_midi.c')
-rw-r--r--drivers/sound/pas2_midi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/sound/pas2_midi.c b/drivers/sound/pas2_midi.c
index d029d4c4d..0dda4df5c 100644
--- a/drivers/sound/pas2_midi.c
+++ b/drivers/sound/pas2_midi.c
@@ -12,12 +12,8 @@
*/
#include <linux/config.h>
-
#include "sound_config.h"
-#ifdef CONFIG_PAS
-#ifdef CONFIG_MIDI
-
static int midi_busy = 0, input_opened = 0;
static int my_dev;
@@ -264,6 +260,3 @@ void pas_midi_interrupt(void)
}
pas_write(stat, 0x1B88); /* Acknowledge interrupts */
}
-
-#endif
-#endif