<p>Daniel Kurtz would like Daniel Kurtz to <strong>review</strong> this change.</p><p><a href="https://review.coreboot.org/23721">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">drivers/adau7002: Fix include file<br><br>Add missing license and include guard and remove unneeded include.<br><br>BUG=b:72121803<br>TEST=compiles<br><br>Change-Id: Ic359ed262086596a98131669f8eecd531857187a<br>Signed-off-by: Daniel Kurtz <djkurtz@chromium.org><br>---<br>M src/drivers/generic/adau7002/chip.h<br>1 file changed, 19 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/23721/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/drivers/generic/adau7002/chip.h b/src/drivers/generic/adau7002/chip.h</span><br><span>index 809a680..95b4d1e 100644</span><br><span>--- a/src/drivers/generic/adau7002/chip.h</span><br><span>+++ b/src/drivers/generic/adau7002/chip.h</span><br><span>@@ -1,4 +1,22 @@</span><br><span style="color: hsl(0, 100%, 40%);">-#include <arch/acpi_device.h></span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span style="color: hsl(120, 100%, 40%);">+ * This file is part of the coreboot project.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * Copyright 2018 Google LLC</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(120, 100%, 40%);">+ * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(120, 100%, 40%);">+ * the Free Software Foundation; version 2 of the License.</span><br><span style="color: hsl(120, 100%, 40%);">+ *</span><br><span style="color: hsl(120, 100%, 40%);">+ * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(120, 100%, 40%);">+ * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(120, 100%, 40%);">+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(120, 100%, 40%);">+ * GNU General Public License for more details.</span><br><span style="color: hsl(120, 100%, 40%);">+ */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+#ifndef __I2C_GENERIC_ADAU7002_CHIP_H__</span><br><span style="color: hsl(120, 100%, 40%);">+#define __I2C_GENERIC_ADAU7002_CHIP_H__</span><br><span> </span><br><span> struct drivers_generic_adau7002_config {</span><br><span> };</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+#endif /* __I2C_GENERIC_ADAU7002_CHIP_H__ */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23721">change 23721</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/23721"/><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: Ic359ed262086596a98131669f8eecd531857187a </div>
<div style="display:none"> Gerrit-Change-Number: 23721 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Daniel Kurtz <djkurtz@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Daniel Kurtz <djkurtz@chromium.org> </div>