diff options
| author | Jiapeng Chong <[email protected]> | 2021-06-09 18:05:21 +0800 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-06-10 11:44:25 -0400 |
| commit | 5d9f730193557be217680d54fa0be6c985f0f328 (patch) | |
| tree | ac423d97b461ca8aac56d2b7d2777eed495d48da | |
| parent | 56d9bf62019ea752cbadd31426ef3139cc4b723a (diff) | |
drm/amd/display: Fix duplicate included clk_mgr.h
Clean up the following includecheck warning:
./drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c: clk_mgr.h is
included more than once.
No functional change.
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c index c0e544d7556f..10070515d29d 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c +++ b/drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c @@ -33,7 +33,6 @@ #include "clk_mgr.h" #include "reg_helper.h" #include "abm.h" -#include "clk_mgr.h" #include "hubp.h" #include "dchubbub.h" #include "timing_generator.h" |