On Fri, Jan 21, 2011 at 07:53:51PM +0900, Isaku Yamahata wrote: > remove bogus HAS_AUDIO according to 738012bec4c67e697e766edadab3f522c552a04d. > > Cc: Blue Swirl <blauwir...@gmail.com> > Cc: Huacai Chen <zltjiang...@gmail.com> > Cc: Aurelien Jarno <aurel...@aurel32.net> > Signed-off-by: Isaku Yamahata <yamah...@valinux.co.jp> > --- > hw/mips_fulong2e.c | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-)
Thanks, applied. > diff --git a/hw/mips_fulong2e.c b/hw/mips_fulong2e.c > index 07eb9ee..2783ed5 100644 > --- a/hw/mips_fulong2e.c > +++ b/hw/mips_fulong2e.c > @@ -218,13 +218,11 @@ uint8_t eeprom_spd[0x80] = { > }; > > /* Audio support */ > -#ifdef HAS_AUDIO > static void audio_init (PCIBus *pci_bus) > { > vt82c686b_ac97_init(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 5)); > vt82c686b_mc97_init(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 6)); > } > -#endif > > /* Network support */ > static void network_init (void) > @@ -391,9 +389,7 @@ static void mips_fulong2e_init(ram_addr_t ram_size, const > char *boot_device, > } > > /* Sound card */ > -#ifdef HAS_AUDIO > audio_init(pci_bus); > -#endif > /* Network card */ > network_init(); > } > -- > 1.7.1.1 > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net