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

Martin Roth (Code Review) gerrit at coreboot.org
Fri Sep 21 16:14:36 CEST 2018


Martin Roth has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/28679
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M src/soc/intel/denverton_ns/csme_ie_kt.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  build bot (Jenkins): Verified
  Jonathan Neuschäfer: Looks good to me, approved



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: merged
Gerrit-Change-Id: I9dde92314af8ef87a5acb550f0fb25b8ce875174
Gerrit-Change-Number: 28679
Gerrit-PatchSet: 4
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180921/c9f10896/attachment.html>


More information about the coreboot-gerrit mailing list