[coreboot-gerrit] Change in coreboot[master]: drivers/aspeed/ast2050: Get rid of device_t

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


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


Change subject: drivers/aspeed/ast2050: Get rid of device_t
......................................................................

drivers/aspeed/ast2050: Get rid of device_t

Use of device_t has been abandoned in ramstage.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/26070/1

diff --git a/src/drivers/aspeed/ast2050/ast2050.c b/src/drivers/aspeed/ast2050/ast2050.c
index ed128f3..b36c3b1 100644
--- a/src/drivers/aspeed/ast2050/ast2050.c
+++ b/src/drivers/aspeed/ast2050/ast2050.c
@@ -29,7 +29,7 @@
 #include "../common/aspeed_coreboot.h"
 #include "../common/ast_drv.h"
 
-static void aspeed_ast2050_set_resources(device_t dev)
+static void aspeed_ast2050_set_resources(struct device *dev)
 {
 	/* Reserve VGA regions */
 	mmio_resource(dev, 3, 0xa0000 >> 10, 0x1ffff >> 10);

-- 
To view, visit https://review.coreboot.org/26070
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: I31f53f5f0e3f1fd6bd9bdbb47ea67c12b3840850
Gerrit-Change-Number: 26070
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/80938e55/attachment.html>


More information about the coreboot-gerrit mailing list