Skip to content

Commit 6ff5149

Browse files
Bhuvanachandra Pinnintialexdeucher
authored andcommitted
drm/amd/display: To change dcn301_init.h guard.
[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>
1 parent 30194b7 commit 6ff5149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/amd/display/dc/hwss/dcn301/dcn301_init.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*
2424
*/
2525

26-
#ifndef __DC_DCN30_INIT_H__
27-
#define __DC_DCN30_INIT_H__
26+
#ifndef __DC_DCN301_INIT_H__
27+
#define __DC_DCN301_INIT_H__
2828

2929
struct dc;
3030

0 commit comments

Comments
 (0)