<p>Martin Roth <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/28691">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;">arch/riscv/include/arch: Don't use device_t<br><br>Use of device_t is deprecated.<br><br>Change-Id: If52de0d87b02419090b29a7cf1952905d3f975f6<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>Reviewed-on: https://review.coreboot.org/28691<br>Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>---<br>M src/arch/riscv/include/arch/cpu.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/arch/riscv/include/arch/cpu.h b/src/arch/riscv/include/arch/cpu.h</span><br><span>index d2f42a8..4ee580c 100644</span><br><span>--- a/src/arch/riscv/include/arch/cpu.h</span><br><span>+++ b/src/arch/riscv/include/arch/cpu.h</span><br><span>@@ -31,7 +31,7 @@</span><br><span> struct thread;</span><br><span> </span><br><span> struct cpu_info {</span><br><span style="color: hsl(0, 100%, 40%);">- device_t cpu;</span><br><span style="color: hsl(120, 100%, 40%);">+ struct device *cpu;</span><br><span>  unsigned long index;</span><br><span> #if IS_ENABLED(CONFIG_COOP_MULTITASKING)</span><br><span>     struct thread *thread;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28691">change 28691</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/28691"/><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: If52de0d87b02419090b29a7cf1952905d3f975f6 </div>
<div style="display:none"> Gerrit-Change-Number: 28691 </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>