summaryrefslogtreecommitdiffstats
path: root/drivers/sound/uart401.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/uart401.c
parent7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff)
Merge with 2.3.48.
Diffstat (limited to 'drivers/sound/uart401.c')
-rw-r--r--drivers/sound/uart401.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/sound/uart401.c b/drivers/sound/uart401.c
index 7ccc65a4f..a59fa7c99 100644
--- a/drivers/sound/uart401.c
+++ b/drivers/sound/uart401.c
@@ -25,9 +25,6 @@
#include "sound_config.h"
#include "soundmodule.h"
-#ifdef CONFIG_UART401
-#ifdef CONFIG_MIDI
-
typedef struct uart401_devc
{
int base;
@@ -482,12 +479,9 @@ void cleanup_module(void)
SOUND_LOCK_END;
}
-#endif
+#endif /* MODULE */
EXPORT_SYMBOL(attach_uart401);
EXPORT_SYMBOL(probe_uart401);
EXPORT_SYMBOL(unload_uart401);
EXPORT_SYMBOL(uart401intr);
-
-#endif
-#endif