drop dead code in sb600 hda

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3752 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2008-11-14 13:43:26 +00:00 committed by Stefan Reinauer
parent a04b107c6a
commit e35d5e3fa2
1 changed files with 1 additions and 2 deletions

View File

@ -267,8 +267,7 @@ static void hda_init(struct device *dev)
u32 codec_mask; u32 codec_mask;
/* SM Setting */ /* SM Setting */
device_t hda_dev;
hda_dev = dev_find_slot(0, PCI_DEVFN(0x14, 0));
/* Set routing pin */ /* Set routing pin */
pci_write_config32(dev, 0xf8, 0x0); pci_write_config32(dev, 0xf8, 0x0);
pci_write_config8(dev, 0xfc, 0xAA); pci_write_config8(dev, 0xfc, 0xAA);