summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Rui2016-07-25 10:54:34 +0200
committerAlex Deucher2016-07-29 20:37:11 +0200
commit778ee7e5c41f5f385ae0b6f6fc6f840c9ce65e5a (patch)
tree61eeb5809c9496ec46155de4bf427ea66b47e867
parentdrm/amdgpu: enable UVD context buffer for older HW (diff)
downloadkernel-qcow2-linux-778ee7e5c41f5f385ae0b6f6fc6f840c9ce65e5a.tar.gz
kernel-qcow2-linux-778ee7e5c41f5f385ae0b6f6fc6f840c9ce65e5a.tar.xz
kernel-qcow2-linux-778ee7e5c41f5f385ae0b6f6fc6f840c9ce65e5a.zip
drm/amd/powerplay: rename smum header guards
This patch renames the smum header guards to align with the file name. Reported-by: Edward O'Callaghan <funfunctor@folklore1984.net> Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Ken Wang <Qingqing.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/iceland_smum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/iceland_smum.h b/drivers/gpu/drm/amd/amdgpu/iceland_smum.h
index 1e0769e110fa..5983e3150cc5 100644
--- a/drivers/gpu/drm/amd/amdgpu/iceland_smum.h
+++ b/drivers/gpu/drm/amd/amdgpu/iceland_smum.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef ICELAND_SMUMGR_H
-#define ICELAND_SMUMGR_H
+#ifndef ICELAND_SMUM_H
+#define ICELAND_SMUM_H
#include "ppsmc.h"