[coreboot-gerrit] Change in coreboot[master]: nb/intel/i440bx: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed May 9 17:50:39 CEST 2018


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


Change subject: nb/intel/i440bx: Get rid of device_t
......................................................................

nb/intel/i440bx: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I69c8b95ff1937c0b08147d9e26a3118c58129cf5
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/northbridge/intel/i440bx/northbridge.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/26197/1

diff --git a/src/northbridge/intel/i440bx/northbridge.c b/src/northbridge/intel/i440bx/northbridge.c
index b993817..ae1a74f 100644
--- a/src/northbridge/intel/i440bx/northbridge.c
+++ b/src/northbridge/intel/i440bx/northbridge.c
@@ -34,7 +34,7 @@
 
 static void i440bx_domain_set_resources(struct device *dev)
 {
-	device_t mc_dev;
+	struct device *mc_dev;
 	uint32_t pci_tolm;
 
 	pci_tolm = find_pci_tolm(dev->link_list);

-- 
To view, visit https://review.coreboot.org/26197
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: I69c8b95ff1937c0b08147d9e26a3118c58129cf5
Gerrit-Change-Number: 26197
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/20180509/6f01df89/attachment.html>


More information about the coreboot-gerrit mailing list