diff options
author | Huang Rui <ray.huang@amd.com> | 2016-07-25 16:54:34 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-29 14:37:11 -0400 |
commit | 778ee7e5c41f5f385ae0b6f6fc6f840c9ce65e5a (patch) | |
tree | 61eeb5809c9496ec46155de4bf427ea66b47e867 | |
parent | 4cb5877c6352c42737b53e37d61020ba0cb21c5c (diff) | |
download | linux-778ee7e5c41f5f385ae0b6f6fc6f840c9ce65e5a.tar.bz2 |
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.h | 4 |
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" |