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

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


Martin Roth has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/28693
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M src/soc/intel/skylake/include/soc/pch.h
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/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: merged
Gerrit-Change-Id: Ifd1471a9cd76d2cea72262ed81b7071f31f7b375
Gerrit-Change-Number: 28693
Gerrit-PatchSet: 3
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/0fa1bf7d/attachment.html>


More information about the coreboot-gerrit mailing list