Re: [PATCH] drm/amd/display: remove duplicate included header files

From: Alex Deucher
Date: Wed Jan 18 2023 - 22:41:20 EST


Applied. Thanks!

Alex

On Wed, Jan 18, 2023 at 2:49 AM <ye.xingchen@xxxxxxxxxx> wrote:
>
> From: ye xingchen <ye.xingchen@xxxxxxxxxx>
>
> resource.h is included more than once.
>
> Signed-off-by: ye xingchen <ye.xingchen@xxxxxxxxxx>
> ---
> drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
> index 1e60827911c6..6747e4b199de 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
> @@ -47,7 +47,6 @@
> #include "link/link_dp_training_auxless.h"
> #include "link/link_dp_phy.h"
> #include "link/link_dp_capability.h"
> -#include "resource.h"
> #define DC_LOGGER \
> link->ctx->logger
>
> --
> 2.25.1