[coreboot-gerrit] Change in coreboot[master]: arch/x86/acpi.c: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri May 4 17:59:04 CEST 2018


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


Change subject: arch/x86/acpi.c: Get rid of device_t
......................................................................

arch/x86/acpi.c: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I54bebc245df6e967acd30a0b029557e23f8da529
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/arch/x86/acpi.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/26065/1

diff --git a/src/arch/x86/acpi.c b/src/arch/x86/acpi.c
index 3b4896b..8b6b2c1 100644
--- a/src/arch/x86/acpi.c
+++ b/src/arch/x86/acpi.c
@@ -640,7 +640,7 @@
 	header->checksum = acpi_checksum((void *)ivrs, header->length);
 }
 
-unsigned long acpi_write_hpet(device_t device, unsigned long current,
+unsigned long acpi_write_hpet(struct device *device, unsigned long current,
 	acpi_rsdp_t *rsdp)
 {
 	acpi_hpet_t *hpet;

-- 
To view, visit https://review.coreboot.org/26065
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: I54bebc245df6e967acd30a0b029557e23f8da529
Gerrit-Change-Number: 26065
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/59af9baa/attachment.html>


More information about the coreboot-gerrit mailing list