Skip to content

Commit

Permalink
drm/amd/display: To change dcn301_init.h guard.
Browse files Browse the repository at this point in the history
[why & How]
The original guard is wrongly to be set as for dcn30.
Changed it from 30 to 301.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Bhuvanachandra Pinninti <bpinnint@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Bhuvanachandra Pinninti authored and Alex Deucher committed Oct 22, 2024
1 parent 30194b7 commit 6ff5149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/amd/display/dc/hwss/dcn301/dcn301_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*
*/

#ifndef __DC_DCN30_INIT_H__
#define __DC_DCN30_INIT_H__
#ifndef __DC_DCN301_INIT_H__
#define __DC_DCN301_INIT_H__

struct dc;

Expand Down

0 comments on commit 6ff5149

Please sign in to comment.