summaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms9652_fam10/acpi_tables.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-04 22:07:08 +0200
committerJonathan A. Kollasch <jakllsch@kollasch.net>2018-05-07 17:45:02 +0000
commit9740bcb0cfb1271e062a4f8b7d182796c6c20356 (patch)
tree990a0f176cb316f8c180a9f76f329a4807611741 /src/mainboard/msi/ms9652_fam10/acpi_tables.c
parent29c3f3b8e97aeef0419894c554ff9863848e1860 (diff)
downloadcoreboot-9740bcb0cfb1271e062a4f8b7d182796c6c20356.tar.xz
mb/msi: Get rid of device_t
Use of device_t has been abandoned in ramstage. Change-Id: I7f29fe3b85bc56ff3f2d225822c415513e961459 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26102 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Diffstat (limited to 'src/mainboard/msi/ms9652_fam10/acpi_tables.c')
-rw-r--r--src/mainboard/msi/ms9652_fam10/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/msi/ms9652_fam10/acpi_tables.c b/src/mainboard/msi/ms9652_fam10/acpi_tables.c
index 7c862865b9..93abea4b5b 100644
--- a/src/mainboard/msi/ms9652_fam10/acpi_tables.c
+++ b/src/mainboard/msi/ms9652_fam10/acpi_tables.c
@@ -39,7 +39,7 @@ unsigned long acpi_fill_madt(unsigned long current)
unsigned sbdn;
struct resource *res;
- device_t dev;
+ struct device *dev;
get_bus_conf();
sbdn = sysconf.sbdn;