[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: Don't use device_t

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu Sep 20 08:53:30 CEST 2018


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


Change subject: soc/intel/skylake: Don't use device_t
......................................................................

soc/intel/skylake: Don't use device_t

Use of device_t is deprecated.

Change-Id: Ifd1471a9cd76d2cea72262ed81b7071f31f7b375
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/soc/intel/skylake/include/soc/pch.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/28693/1

diff --git a/src/soc/intel/skylake/include/soc/pch.h b/src/soc/intel/skylake/include/soc/pch.h
index 18b030d..e9e2f2f 100644
--- a/src/soc/intel/skylake/include/soc/pch.h
+++ b/src/soc/intel/skylake/include/soc/pch.h
@@ -23,7 +23,7 @@
 
 void pch_log_state(void);
 #if ENV_RAMSTAGE
-void pch_disable_devfn(device_t dev);
+void pch_disable_devfn(struct device *dev);
 #endif
 
 #endif /* _SOC_PCH_H_ */

-- 
To view, visit https://review.coreboot.org/28693
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: Ifd1471a9cd76d2cea72262ed81b7071f31f7b375
Gerrit-Change-Number: 28693
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/20180920/b99695de/attachment.html>


More information about the coreboot-gerrit mailing list