summaryrefslogtreecommitdiffstats
path: root/drivers/sound/uart6850.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/uart6850.c')
-rw-r--r--drivers/sound/uart6850.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/sound/uart6850.c b/drivers/sound/uart6850.c
index 13dcb5fc2..dfa6ed417 100644
--- a/drivers/sound/uart6850.c
+++ b/drivers/sound/uart6850.c
@@ -24,9 +24,6 @@
*/
#include "sound_config.h"
-
-#ifdef CONFIG_SOUND_UART6850
-#ifdef CONFIG_MIDI
#include "soundmodule.h"
static int uart6850_base = 0x330;
@@ -353,6 +350,4 @@ void cleanup_module(void)
unload_uart6850(&cfg);
SOUND_LOCK_END;
}
-#endif
-#endif
-#endif
+#endif /* MODULE */