<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28675">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">arch/{mips,power8}/include/arch: Don't use device_t<br><br>Use of device_t is deprecated.<br><br>Change-Id: I8790bc333caa367ef46bf80b5fecc3e90ef89ca0<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/arch/mips/include/arch/cpu.h<br>M src/arch/power8/include/arch/cpu.h<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/28675/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/mips/include/arch/cpu.h b/src/arch/mips/include/arch/cpu.h</span><br><span>index f9f6197..8e35908 100644</span><br><span>--- a/src/arch/mips/include/arch/cpu.h</span><br><span>+++ b/src/arch/mips/include/arch/cpu.h</span><br><span>@@ -30,7 +30,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> };</span><br><span> </span><br><span>diff --git a/src/arch/power8/include/arch/cpu.h b/src/arch/power8/include/arch/cpu.h</span><br><span>index e0fb72c..a4421e5 100644</span><br><span>--- a/src/arch/power8/include/arch/cpu.h</span><br><span>+++ b/src/arch/power8/include/arch/cpu.h</span><br><span>@@ -29,7 +29,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/28675">change 28675</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/28675"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8790bc333caa367ef46bf80b5fecc3e90ef89ca0 </div>
<div style="display:none"> Gerrit-Change-Number: 28675 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>