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>
This commit is contained in:
parent
41d3ae4b9a
commit
f1b4ac960d
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue