diff options
Diffstat (limited to 'src/southbridge/amd/sb800/sata.c')
-rw-r--r-- | src/southbridge/amd/sb800/sata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/sb800/sata.c b/src/southbridge/amd/sb800/sata.c index acb899f6c2..9ac37947cb 100644 --- a/src/southbridge/amd/sb800/sata.c +++ b/src/southbridge/amd/sb800/sata.c @@ -87,7 +87,6 @@ static void sata_init(struct device *dev) struct device *sm_dev; /* SATA SMBus Disable */ - /* sm_dev = pci_locate_device(PCI_ID(0x1002, 0x4385), 0); */ sm_dev = pcidev_on_root(0x14, 0); /* get rev_id */ |