diff options
| author | Alex Deucher <alexander.deucher@amd.com> | 2019-02-15 17:20:04 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2019-02-21 15:33:50 -0500 |
| commit | f1b4ac960d7ac4a6c1c7e21905ee5edda889166b (patch) | |
| tree | 5e08b8492ef85ef3fc325cb86a1e02527252ad80 | |
| parent | 41d3ae4b9ab720e4b3a1f220f1c9a882d3c94123 (diff) | |
drm/amdgpu/powerplay: fix typo in BACO header guards
s/BOCO/BACO/g
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
| -rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/vega10_baco.h | 4 | ||||
| -rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_baco.h b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_baco.h index a93b1e6d1c66..f7a3ffa744b3 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_baco.h +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_baco.h | |||
| @@ -20,8 +20,8 @@ | |||
| 20 | * OTHER DEALINGS IN THE SOFTWARE. | 20 | * OTHER DEALINGS IN THE SOFTWARE. |
| 21 | * | 21 | * |
| 22 | */ | 22 | */ |
| 23 | #ifndef __VEGA10_BOCO_H__ | 23 | #ifndef __VEGA10_BACO_H__ |
| 24 | #define __VEGA10_BOCO_H__ | 24 | #define __VEGA10_BACO_H__ |
| 25 | #include "hwmgr.h" | 25 | #include "hwmgr.h" |
| 26 | #include "common_baco.h" | 26 | #include "common_baco.h" |
| 27 | 27 | ||
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.h b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.h index c51988a9ed77..51c7f8392925 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.h +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.h | |||
| @@ -20,8 +20,8 @@ | |||
| 20 | * OTHER DEALINGS IN THE SOFTWARE. | 20 | * OTHER DEALINGS IN THE SOFTWARE. |
| 21 | * | 21 | * |
| 22 | */ | 22 | */ |
| 23 | #ifndef __VEGA20_BOCO_H__ | 23 | #ifndef __VEGA20_BACO_H__ |
| 24 | #define __VEGA20_BOCO_H__ | 24 | #define __VEGA20_BACO_H__ |
| 25 | #include "hwmgr.h" | 25 | #include "hwmgr.h" |
| 26 | #include "common_baco.h" | 26 | #include "common_baco.h" |
| 27 | 27 | ||
