<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20490">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">superio/ite/it8716f: Update init_ec<br><br>This is a follow-on to the superio IS_ENABLED() patch:<br>https://review.coreboot.org/#/c/20351/1<br><br>Change-Id: I7d070e3964609947959de60e2686dfe59fe77e1c<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/superio/ite/it8716f/it8716f.h<br>M src/superio/ite/it8716f/superio.c<br>2 files changed, 1 insertion(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/20490/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/superio/ite/it8716f/it8716f.h b/src/superio/ite/it8716f/it8716f.h<br>index 3531a13..726c4cc 100644<br>--- a/src/superio/ite/it8716f/it8716f.h<br>+++ b/src/superio/ite/it8716f/it8716f.h<br>@@ -34,9 +34,7 @@<br> #define IT8716F_GAME 0x09 /* GAME port */<br> #define IT8716F_IR   0x0a /* Consumer IR */<br> <br>-#if IS_ENABLED(CONFIG_SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL)<br> /* Provided by mainboard, called by IT8716F superio.c. */<br> void init_ec(u16 base);<br>-#endif<br> <br> #endif /* SUPERIO_ITE_IT8716F_H */<br>diff --git a/src/superio/ite/it8716f/superio.c b/src/superio/ite/it8716f/superio.c<br>index 2ec3875..b4cd5e6 100644<br>--- a/src/superio/ite/it8716f/superio.c<br>+++ b/src/superio/ite/it8716f/superio.c<br>@@ -29,7 +29,7 @@<br> <br> #if !IS_ENABLED(CONFIG_SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL)<br> <br>-static void init_ec(u16 base)<br>+void init_ec(u16 base)<br> {<br>   u8 value;<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/20490">change 20490</a>. To unsubscribe, 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/20490"/><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: I7d070e3964609947959de60e2686dfe59fe77e1c </div>
<div style="display:none"> Gerrit-Change-Number: 20490 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>