[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <50430f11-5e95-18f4-7620-2233ef573853@amd.com>
Date: Fri, 1 Oct 2021 12:15:51 +0200
From: Christian König <christian.koenig@....com>
To: Guo Zhengkui <guozhengkui@...o.com>,
Alex Deucher <alexander.deucher@....com>,
"Pan, Xinhui" <Xinhui.Pan@....com>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
Guchun Chen <guchun.chen@....com>,
Peng Ju Zhou <PengJu.Zhou@....com>,
Bokun Zhang <Bokun.Zhang@....com>,
Likun GAO <Likun.Gao@....com>,
"open list:RADEON and AMDGPU DRM DRIVERS"
<amd-gfx@...ts.freedesktop.org>,
"open list:DRM DRIVERS" <dri-devel@...ts.freedesktop.org>,
open list <linux-kernel@...r.kernel.org>
Cc: kernel@...o.com
Subject: Re: [PATCH] drm/amdgpu: remove some repeated includings
Am 01.10.21 um 12:13 schrieb Guo Zhengkui:
> Remove two repeated includings in line 46 and 47.
>
> Signed-off-by: Guo Zhengkui <guozhengkui@...o.com>
Acked-by: Christian König <christian.koenig@....com>
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> index 291a47f7992a..daa798c5b882 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> @@ -30,34 +30,32 @@
>
> #include "soc15.h"
> #include "gfx_v9_0.h"
> #include "gmc_v9_0.h"
> #include "df_v1_7.h"
> #include "df_v3_6.h"
> #include "nbio_v6_1.h"
> #include "nbio_v7_0.h"
> #include "nbio_v7_4.h"
> #include "hdp_v4_0.h"
> #include "vega10_ih.h"
> #include "vega20_ih.h"
> #include "sdma_v4_0.h"
> #include "uvd_v7_0.h"
> #include "vce_v4_0.h"
> #include "vcn_v1_0.h"
> -#include "vcn_v2_0.h"
> -#include "jpeg_v2_0.h"
> #include "vcn_v2_5.h"
> #include "jpeg_v2_5.h"
> #include "smuio_v9_0.h"
> #include "gmc_v10_0.h"
> #include "gfxhub_v2_0.h"
> #include "mmhub_v2_0.h"
> #include "nbio_v2_3.h"
> #include "nbio_v7_2.h"
> #include "hdp_v5_0.h"
> #include "nv.h"
> #include "navi10_ih.h"
> #include "gfx_v10_0.h"
> #include "sdma_v5_0.h"
> #include "sdma_v5_2.h"
> #include "vcn_v2_0.h"
> #include "jpeg_v2_0.h"
Powered by blists - more mailing lists