From 0db963a89e0286ed92d84ff9bb789cfe19fa2adb Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 4 May 2018 19:48:49 +0200 Subject: mb/aopen/dxplplusu: Get rid of device_t Use of device_t has been abandoned in ramstage. Change-Id: I3857d7ef4eb02974aabe3029abb49efb218cbd93 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26073 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/mainboard/aopen/dxplplusu/acpi_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/aopen') diff --git a/src/mainboard/aopen/dxplplusu/acpi_tables.c b/src/mainboard/aopen/dxplplusu/acpi_tables.c index e2f4c23877..0f0d413949 100644 --- a/src/mainboard/aopen/dxplplusu/acpi_tables.c +++ b/src/mainboard/aopen/dxplplusu/acpi_tables.c @@ -29,7 +29,7 @@ unsigned long acpi_fill_madt(unsigned long current) { unsigned int irq_start = 0; - device_t dev = 0; + struct device *dev = NULL; struct resource* res = NULL; /* SJM: Hard-code CPU LAPIC entries for now */ -- cgit v1.2.3