[coreboot-gerrit] Change in coreboot[master]: nb/amd/pi/00630F01: Get rid of device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Sun Jun 10 10:58:27 CEST 2018


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


Change subject: nb/amd/pi/00630F01: Get rid of device_t
......................................................................

nb/amd/pi/00630F01: Get rid of device_t

Use of device_t has been abandoned in ramstage.

Change-Id: I8f5fb9b4d86f1eb3d66c14f40959bcfababa2672
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/northbridge/amd/pi/00630F01/iommu.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/27000/1

diff --git a/src/northbridge/amd/pi/00630F01/iommu.c b/src/northbridge/amd/pi/00630F01/iommu.c
index 017269b..0154ace 100644
--- a/src/northbridge/amd/pi/00630F01/iommu.c
+++ b/src/northbridge/amd/pi/00630F01/iommu.c
@@ -19,7 +19,7 @@
 #include <device/pci_ops.h>
 #include <lib.h>
 
-static void iommu_read_resources(device_t dev)
+static void iommu_read_resources(struct device *dev)
 {
 	struct resource *res;
 
@@ -35,7 +35,7 @@
 	res->flags = IORESOURCE_MEM;
 }
 
-static void iommu_set_resources(device_t dev)
+static void iommu_set_resources(struct device *dev)
 {
 	struct resource *res;
 

-- 
To view, visit https://review.coreboot.org/27000
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: I8f5fb9b4d86f1eb3d66c14f40959bcfababa2672
Gerrit-Change-Number: 27000
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/20180610/f95ea808/attachment.html>


More information about the coreboot-gerrit mailing list