summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 19:42:25 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-09 13:12:46 +0000
commit4b2c71f657e60255355cb30bba41fc3376c887ba (patch)
treeab0ed39d56fc1d50bc678ce6629b9c1d61d2f4c1 /src/mainboard/amd/serengeti_cheetah_fam10/mptable.c
parent1943f3798d7e05c704431cf6602cf8bb86e40898 (diff)
downloadcoreboot-4b2c71f657e60255355cb30bba41fc3376c887ba.tar.xz
mb/amd: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I01270248bddf07df4c959f0c632e722728d0cd03 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26072 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/amd/serengeti_cheetah_fam10/mptable.c')
-rw-r--r--src/mainboard/amd/serengeti_cheetah_fam10/mptable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c b/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c
index 048e800603..0927199521 100644
--- a/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c
+++ b/src/mainboard/amd/serengeti_cheetah_fam10/mptable.c
@@ -46,7 +46,7 @@ static void *smp_write_config_table(void *v)
/* I/O APICs: APIC ID Version State Address*/
smp_write_ioapic(mc, m->apicid_8111, 0x11, VIO_APIC_VADDR); /* 8111 */
{
- device_t dev;
+ struct device *dev;
struct resource *res;
dev = dev_find_slot(m->bus_8132_0, PCI_DEVFN(m->sbdn3, 1));
if (dev) {
@@ -134,7 +134,7 @@ static void *smp_write_config_table(void *v)
if(!(sysconf.pci1234[i] & 0x1) ) continue;
int ii;
int jj;
- device_t dev;
+ struct device *dev;
struct resource *res;
switch(sysconf.hcid[i]) {
case 1: