<p>Martin Roth <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/28693">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Jonathan Neuschäfer: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: Don't use device_t<br><br>Use of device_t is deprecated.<br><br>Change-Id: Ifd1471a9cd76d2cea72262ed81b7071f31f7b375<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>Reviewed-on: https://review.coreboot.org/28693<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M src/soc/intel/skylake/include/soc/pch.h<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/skylake/include/soc/pch.h b/src/soc/intel/skylake/include/soc/pch.h</span><br><span>index 18b030d..e9e2f2f 100644</span><br><span>--- a/src/soc/intel/skylake/include/soc/pch.h</span><br><span>+++ b/src/soc/intel/skylake/include/soc/pch.h</span><br><span>@@ -23,7 +23,7 @@</span><br><span> </span><br><span> void pch_log_state(void);</span><br><span> #if ENV_RAMSTAGE</span><br><span style="color: hsl(0, 100%, 40%);">-void pch_disable_devfn(device_t dev);</span><br><span style="color: hsl(120, 100%, 40%);">+void pch_disable_devfn(struct device *dev);</span><br><span> #endif</span><br><span> </span><br><span> #endif /* _SOC_PCH_H_ */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28693">change 28693</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/28693"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ifd1471a9cd76d2cea72262ed81b7071f31f7b375 </div>
<div style="display:none"> Gerrit-Change-Number: 28693 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>
<div style="display:none"> Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>
<div style="display:none"> Gerrit-Reviewer: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>