summaryrefslogtreecommitdiff
path: root/src/mainboard/biostar/am1ml/mptable.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 20:08:47 +0200
committerPatrick Rudolph <siro@das-labor.org>2018-05-08 17:50:36 +0000
commit6c5925909dac3b743d6062fc6a45f0e5e992ffaf (patch)
tree096932ce3c1934780d68c4808107f18e6f36fb2d /src/mainboard/biostar/am1ml/mptable.c
parent497737b711dfbf21e710060986a6ffc2c0525359 (diff)
downloadcoreboot-6c5925909dac3b743d6062fc6a45f0e5e992ffaf.tar.xz
mb/biostar: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: Ifc9d82270513f4b4f34d9cf210c37029202b5a5f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26079 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/biostar/am1ml/mptable.c')
-rw-r--r--src/mainboard/biostar/am1ml/mptable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/biostar/am1ml/mptable.c b/src/mainboard/biostar/am1ml/mptable.c
index 3866f2e230..1124ad9d75 100644
--- a/src/mainboard/biostar/am1ml/mptable.c
+++ b/src/mainboard/biostar/am1ml/mptable.c
@@ -106,7 +106,7 @@ static void *smp_write_config_table(void *v)
PCI_INT(0x2, 0x0, 0x0, intr_data_ptr[PIRQ_F]);
/* PCI slots */
- device_t dev = dev_find_slot(0, PCI_DEVFN(0x14, 4));
+ struct device *dev = dev_find_slot(0, PCI_DEVFN(0x14, 4));
if (dev && dev->enabled) {
u8 bus_pci = dev->link_list->secondary;
/* PCI_SLOT 0 */