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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">commonlib/storage: Fix MMC build<br><br>Add missing includes to build mmc.c.<br><br>TEST=Build and run on Galileo Gen2<br><br>Change-Id: I0dea597272e5ece97843704a159aa546a8d77ff0<br>Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com><br>Reviewed-on: https://review.coreboot.org/20271<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Martin Roth <martinroth@google.com><br>---<br>M src/commonlib/storage/mmc.c<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/commonlib/storage/mmc.c b/src/commonlib/storage/mmc.c<br>index 4289b01..b8a3b67 100644<br>--- a/src/commonlib/storage/mmc.c<br>+++ b/src/commonlib/storage/mmc.c<br>@@ -21,11 +21,13 @@<br> <br> #include <commonlib/storage.h><br> #include <console/console.h><br>+#include <delay.h><br> #include "sd_mmc.h"<br> #include "mmc.h"<br> #include "sd_mmc.h"<br> #include "storage.h"<br> #include <string.h><br>+#include <timer.h><br> <br> /* We pass in the cmd since otherwise the init seems to fail */<br> static int mmc_send_op_cond_iter(struct storage_media *media,<br></pre><p>To view, visit <a href="https://review.coreboot.org/20271">change 20271</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/20271"/><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: I0dea597272e5ece97843704a159aa546a8d77ff0 </div>
<div style="display:none"> Gerrit-Change-Number: 20271 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Lee Leahy <leroy.p.leahy@intel.com> </div>
<div style="display:none"> Gerrit-Reviewer: Lee Leahy <leroy.p.leahy@intel.com> </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>