drm/amd/powerplay: rename smum header guards
authorHuang Rui <ray.huang@amd.com>
Mon, 25 Jul 2016 08:54:34 +0000 (16:54 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Jul 2016 18:37:11 +0000 (14:37 -0400)
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>
drivers/gpu/drm/amd/amdgpu/iceland_smum.h

index 1e0769e110fa3a6e9e40580f5809ea6fdd26d16c..5983e3150cc53268b9a7249542bd42342d02bf00 100644 (file)
@@ -21,8 +21,8 @@
  *
  */
 
-#ifndef ICELAND_SMUMGR_H
-#define ICELAND_SMUMGR_H
+#ifndef ICELAND_SMUM_H
+#define ICELAND_SMUM_H
 
 #include "ppsmc.h"
 
This page took 0.032135 seconds and 5 git commands to generate.