[coreboot-gerrit] Change in coreboot[master]: soc/intel/denverton_ns/csme_ie_kt.c: Don't use device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Sep 19 14:58:22 CEST 2018


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


Change subject: soc/intel/denverton_ns/csme_ie_kt.c: Don't use device_t
......................................................................

soc/intel/denverton_ns/csme_ie_kt.c: Don't use device_t

Use of device_t is deprecated.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/28679/1

diff --git a/src/soc/intel/denverton_ns/csme_ie_kt.c b/src/soc/intel/denverton_ns/csme_ie_kt.c
index 7de0976..5f90185 100644
--- a/src/soc/intel/denverton_ns/csme_ie_kt.c
+++ b/src/soc/intel/denverton_ns/csme_ie_kt.c
@@ -56,7 +56,7 @@
 	compact_resources(dev);
 }
 
-static void pci_csme_ie_kt_read_resources(device_t dev)
+static void pci_csme_ie_kt_read_resources(struct device *dev)
 {
 	/**
 	* CSME/IE KT has 2 BARs to check:

-- 
To view, visit https://review.coreboot.org/28679
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: I9dde92314af8ef87a5acb550f0fb25b8ce875174
Gerrit-Change-Number: 28679
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/20180919/f59dba76/attachment.html>


More information about the coreboot-gerrit mailing list