[coreboot-gerrit] Change in coreboot[master]: mb/aopen/dxplplusu: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri May 4 19:50:39 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26073


Change subject: mb/aopen/dxplplusu: Get rid of device_t
......................................................................

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 <ehaouas at noos.fr>
---
M src/mainboard/aopen/dxplplusu/acpi_tables.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/26073/1

diff --git a/src/mainboard/aopen/dxplplusu/acpi_tables.c b/src/mainboard/aopen/dxplplusu/acpi_tables.c
index e2f4c23..bb16c9c 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 = 0;
 	struct resource* res = NULL;
 
 	/* SJM: Hard-code CPU LAPIC entries for now */

-- 
To view, visit https://review.coreboot.org/26073
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3857d7ef4eb02974aabe3029abb49efb218cbd93
Gerrit-Change-Number: 26073
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180504/c11dbea4/attachment.html>


More information about the coreboot-gerrit mailing list