mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
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>
This commit is contained in:
parent
30194b716b
commit
6ff5149901
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user