diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /drivers/sound/opl3.c | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'drivers/sound/opl3.c')
-rw-r--r-- | drivers/sound/opl3.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/sound/opl3.c b/drivers/sound/opl3.c index cd768801f..bc6382f99 100644 --- a/drivers/sound/opl3.c +++ b/drivers/sound/opl3.c @@ -32,7 +32,7 @@ #include "sound_config.h" #include "soundmodule.h" -#if defined(CONFIG_YM3812) || defined(MODULE) +#ifdef CONFIG_YM3812 #include "opl3.h" @@ -1209,11 +1209,10 @@ void cleanup_module(void) SOUND_LOCK_END; } -#else - -#endif #endif EXPORT_SYMBOL(opl3_init); EXPORT_SYMBOL(opl3_detect); MODULE_PARM(io, "i"); + +#endif |