<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Thanks. </p>
<p><br>
</p>
<p>Reviewed-by: <span style="font-size: 12pt;">Rex Zhu <Rex.Z</span><span style="font-size: 12pt;">hu@amd.com></span></p>
<p><span style="font-size: 12pt;"><br>
</span></p>
<p><span style="font-size: 12pt;">Best Regards</span></p>
<p><span style="font-size: 12pt;">Rex</span></p>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Colin King <colin.king@canonical.com><br>
<b>Sent:</b> Wednesday, January 25, 2017 8:07 PM<br>
<b>To:</b> Deucher, Alexander; Koenig, Christian; David Airlie; Wang, Ken; Daenzer, Michel; Zhu, Rex; amd-gfx@lists.freedesktop.org; dri-devel@lists.freedesktop.org<br>
<b>Cc:</b> kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org<br>
<b>Subject:</b> [PATCH] drm/amd/powerplay: header should be defining _SMU7_CLOCK_POWER_GATING_H_</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">From: Colin Ian King <colin.king@canonical.com><br>
<br>
_SMU7_CLOCK_POWER_GATING_H_ is being used as a header guard, followed by<br>
a #define of a different macro.  Define _SMU7_CLOCK_POWER_GATING_H_ instead<br>
to fix this.<br>
<br>
Signed-off-by: Colin Ian King <colin.king@canonical.com><br>
---<br>
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h<br>
index d52a28c..c96ed9e 100644<br>
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h<br>
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h<br>
@@ -22,7 +22,7 @@<br>
  */<br>
 <br>
 #ifndef _SMU7_CLOCK_POWER_GATING_H_<br>
-#define _SMU7_CLOCK__POWER_GATING_H_<br>
+#define _SMU7_CLOCK_POWER_GATING_H_<br>
 <br>
 #include "smu7_hwmgr.h"<br>
 #include "pp_asicblocks.h"<br>
-- <br>
2.10.2<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>