Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1b4ac96 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/powerplay: fix typo in BACO header guards



s/BOCO/BACO/g

Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 41d3ae4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 */
#ifndef __VEGA10_BOCO_H__
#define __VEGA10_BOCO_H__
#ifndef __VEGA10_BACO_H__
#define __VEGA10_BACO_H__
#include "hwmgr.h"
#include "common_baco.h"

+2 −2
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 */
#ifndef __VEGA20_BOCO_H__
#define __VEGA20_BOCO_H__
#ifndef __VEGA20_BACO_H__
#define __VEGA20_BACO_H__
#include "hwmgr.h"
#include "common_baco.h"