[coreboot-gerrit] Change in coreboot[master]: driversxgi/z9s: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Fri May 4 18:35:53 CEST 2018


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


Change subject: driversxgi/z9s: Get rid of device_t
......................................................................

driversxgi/z9s: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: Ia9c705d34b90ad44272a06790fbb1041029ef77d
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/drivers/xgi/z9s/z9s.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/26069/1

diff --git a/src/drivers/xgi/z9s/z9s.c b/src/drivers/xgi/z9s/z9s.c
index dc4fd3c..94b4f26 100644
--- a/src/drivers/xgi/z9s/z9s.c
+++ b/src/drivers/xgi/z9s/z9s.c
@@ -26,7 +26,7 @@
 #include "../common/xgi_coreboot.h"
 #include "../common/XGIfb.h"
 
-static void xgi_z9s_set_resources(device_t dev)
+static void xgi_z9s_set_resources(struct device *dev)
 {
 	/* Reserve VGA regions */
 	mmio_resource(dev, 3, 0xa0000 >> 10, 0x1ffff >> 10);

-- 
To view, visit https://review.coreboot.org/26069
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: Ia9c705d34b90ad44272a06790fbb1041029ef77d
Gerrit-Change-Number: 26069
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/d3b72ccd/attachment.html>


More information about the coreboot-gerrit mailing list