[coreboot-gerrit] Change in ...coreboot[master]: mb/google/dragonegg: Don't use device_t

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Thu Nov 29 08:42:01 CET 2018


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29915


Change subject: mb/google/dragonegg: Don't use device_t
......................................................................

mb/google/dragonegg: Don't use device_t

Use of device_t is deprecated.

Change-Id: Ief858f6612d1c7b4b0c286cf5938f8c29055f1b5
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/google/dragonegg/mainboard.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/29915/1

diff --git a/src/mainboard/google/dragonegg/mainboard.c b/src/mainboard/google/dragonegg/mainboard.c
index 3e8fd9f..c4df94b 100644
--- a/src/mainboard/google/dragonegg/mainboard.c
+++ b/src/mainboard/google/dragonegg/mainboard.c
@@ -26,7 +26,7 @@
 	mainboard_ec_init();
 }
 
-static void mainboard_enable(device_t dev)
+static void mainboard_enable(struct device *dev)
 {
 	dev->ops->write_acpi_tables = NULL;
 	dev->ops->acpi_inject_dsdt_generator = chromeos_dsdt_generator;

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

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


More information about the coreboot-gerrit mailing list