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/adlib_card.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/adlib_card.c')
-rw-r--r-- | drivers/sound/adlib_card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/adlib_card.c b/drivers/sound/adlib_card.c index b9b16cd8e..b21d7316e 100644 --- a/drivers/sound/adlib_card.c +++ b/drivers/sound/adlib_card.c @@ -16,7 +16,7 @@ #include "sound_config.h" #include "soundmodule.h" -#if defined(CONFIG_YM3812) || defined(MODULE) +#ifdef CONFIG_YM3812 void attach_adlib_card(struct address_info *hw_config) { |