Commit 9312f9d7 authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher

drm/amd/display: Adjust headers

Update headers by removing two unecessary headers and include a new one.
Reviewed-by: default avatarLeo Li <sunpeng.li@amd.com>
Signed-off-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 54b822b3
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "dcn20/dcn20_clk_mgr.h" #include "dcn20/dcn20_clk_mgr.h"
#include "dce100/dce_clk_mgr.h" #include "dce100/dce_clk_mgr.h"
#include "dcn31/dcn31_clk_mgr.h" #include "dcn31/dcn31_clk_mgr.h"
#include "dcn32/dcn32_clk_mgr.h"
#include "reg_helper.h" #include "reg_helper.h"
#include "core_types.h" #include "core_types.h"
#include "dm_helpers.h" #include "dm_helpers.h"
......
...@@ -22,9 +22,6 @@ ...@@ -22,9 +22,6 @@
* Authors: AMD * Authors: AMD
* *
*/ */
#include <linux/delay.h>
#include "resource.h" #include "resource.h"
#include "dce_i2c.h" #include "dce_i2c.h"
#include "dce_i2c_hw.h" #include "dce_i2c_hw.h"
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include "reg_helper.h" #include "reg_helper.h"
#include "hw_shared.h" #include "hw_shared.h"
#include "dc.h" #include "dc.h"
#include "core_types.h"
#define DC_LOGGER \ #define DC_LOGGER \
enc1->base.ctx->logger enc1->base.ctx->logger
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment