All of lore.kernel.org
 help / color / mirror / Atom feed
From: cgel.zte@gmail.com
To: alexander.deucher@amd.com
Cc: christian.koenig@amd.com, Xinhui.Pan@amd.com, airlied@linux.ie,
	daniel@ffwll.ch, Felix.Kuehling@amd.com, nirmoy.das@amd.com,
	Oak.Zeng@amd.com, jonathan.kim@amd.com, kevin1.wang@amd.com,
	tzimmermann@suse.de, Philip.Yang@amd.com,
	amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org,
	Changcheng Deng <deng.changcheng@zte.com.cn>,
	Zeal Robot <zealci@zte.com.cn>
Subject: [PATCH] drm/amdgpu: remove duplicate include
Date: Sat, 15 Jan 2022 07:02:02 +0000	[thread overview]
Message-ID: <20220115070202.850676-1-deng.changcheng@zte.com.cn> (raw)

From: Changcheng Deng <deng.changcheng@zte.com.cn>

'drm/drm_drv.h' included in 'amdgpu_ttm.c' is duplicated. It is also
 included on 53 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Changcheng Deng <deng.changcheng@zte.com.cn>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
index 953d68b26f0b..ebd40d1a8aff 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
@@ -43,7 +43,6 @@
 #include <linux/sizes.h>
 #include <linux/module.h>

-#include <drm/drm_drv.h>
 #include <drm/ttm/ttm_bo_api.h>
 #include <drm/ttm/ttm_bo_driver.h>
 #include <drm/ttm/ttm_placement.h>
--
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: cgel.zte@gmail.com
To: alexander.deucher@amd.com
Cc: Philip.Yang@amd.com, Oak.Zeng@amd.com, tzimmermann@suse.de,
	kevin1.wang@amd.com, airlied@linux.ie, Felix.Kuehling@amd.com,
	Xinhui.Pan@amd.com, Zeal Robot <zealci@zte.com.cn>,
	linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org,
	jonathan.kim@amd.com, nirmoy.das@amd.com,
	dri-devel@lists.freedesktop.org,
	Changcheng Deng <deng.changcheng@zte.com.cn>,
	christian.koenig@amd.com
Subject: [PATCH] drm/amdgpu: remove duplicate include
Date: Sat, 15 Jan 2022 07:02:02 +0000	[thread overview]
Message-ID: <20220115070202.850676-1-deng.changcheng@zte.com.cn> (raw)

From: Changcheng Deng <deng.changcheng@zte.com.cn>

'drm/drm_drv.h' included in 'amdgpu_ttm.c' is duplicated. It is also
 included on 53 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Changcheng Deng <deng.changcheng@zte.com.cn>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
index 953d68b26f0b..ebd40d1a8aff 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
@@ -43,7 +43,6 @@
 #include <linux/sizes.h>
 #include <linux/module.h>

-#include <drm/drm_drv.h>
 #include <drm/ttm/ttm_bo_api.h>
 #include <drm/ttm/ttm_bo_driver.h>
 #include <drm/ttm/ttm_placement.h>
--
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: cgel.zte@gmail.com
To: alexander.deucher@amd.com
Cc: Philip.Yang@amd.com, Oak.Zeng@amd.com, tzimmermann@suse.de,
	kevin1.wang@amd.com, airlied@linux.ie, Felix.Kuehling@amd.com,
	Xinhui.Pan@amd.com, Zeal Robot <zealci@zte.com.cn>,
	linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org,
	jonathan.kim@amd.com, nirmoy.das@amd.com,
	dri-devel@lists.freedesktop.org, daniel@ffwll.ch,
	Changcheng Deng <deng.changcheng@zte.com.cn>,
	christian.koenig@amd.com
Subject: [PATCH] drm/amdgpu: remove duplicate include
Date: Sat, 15 Jan 2022 07:02:02 +0000	[thread overview]
Message-ID: <20220115070202.850676-1-deng.changcheng@zte.com.cn> (raw)

From: Changcheng Deng <deng.changcheng@zte.com.cn>

'drm/drm_drv.h' included in 'amdgpu_ttm.c' is duplicated. It is also
 included on 53 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Changcheng Deng <deng.changcheng@zte.com.cn>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
index 953d68b26f0b..ebd40d1a8aff 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
@@ -43,7 +43,6 @@
 #include <linux/sizes.h>
 #include <linux/module.h>

-#include <drm/drm_drv.h>
 #include <drm/ttm/ttm_bo_api.h>
 #include <drm/ttm/ttm_bo_driver.h>
 #include <drm/ttm/ttm_placement.h>
--
2.25.1


             reply	other threads:[~2022-01-15  7:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-15  7:02 cgel.zte [this message]
2022-01-15  7:02 ` [PATCH] drm/amdgpu: remove duplicate include cgel.zte
2022-01-15  7:02 ` cgel.zte
2022-01-17  7:09 ` Christian König
2022-01-17  7:09   ` Christian König
2022-01-17  7:09   ` Christian König
2023-05-23  2:18 [PATCH] drm/amdgpu: Remove " Jiapeng Chong
2023-05-23  2:18 ` Jiapeng Chong
2023-05-23  2:18 ` Jiapeng Chong
2023-05-23 15:55 ` Alex Deucher
2023-05-23 15:55   ` Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220115070202.850676-1-deng.changcheng@zte.com.cn \
    --to=cgel.zte@gmail.com \
    --cc=Felix.Kuehling@amd.com \
    --cc=Oak.Zeng@amd.com \
    --cc=Philip.Yang@amd.com \
    --cc=Xinhui.Pan@amd.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=daniel@ffwll.ch \
    --cc=deng.changcheng@zte.com.cn \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jonathan.kim@amd.com \
    --cc=kevin1.wang@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nirmoy.das@amd.com \
    --cc=tzimmermann@suse.de \
    --cc=zealci@zte.com.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.