* [PATCH] drm/amdgpu: remove duplicate include
@ 2022-01-15 7:02 ` cgel.zte
0 siblings, 0 replies; 6+ messages in thread
From: cgel.zte @ 2022-01-15 7:02 UTC (permalink / raw)
To: alexander.deucher
Cc: christian.koenig, Xinhui.Pan, airlied, daniel, Felix.Kuehling,
nirmoy.das, Oak.Zeng, jonathan.kim, kevin1.wang, tzimmermann,
Philip.Yang, amd-gfx, dri-devel, linux-kernel, Changcheng Deng,
Zeal Robot
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] drm/amdgpu: remove duplicate include
@ 2022-01-15 7:02 ` cgel.zte
0 siblings, 0 replies; 6+ messages in thread
From: cgel.zte @ 2022-01-15 7:02 UTC (permalink / raw)
To: alexander.deucher
Cc: Philip.Yang, Oak.Zeng, tzimmermann, kevin1.wang, airlied,
Felix.Kuehling, Xinhui.Pan, Zeal Robot, linux-kernel, amd-gfx,
jonathan.kim, nirmoy.das, dri-devel, Changcheng Deng,
christian.koenig
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] drm/amdgpu: remove duplicate include
@ 2022-01-15 7:02 ` cgel.zte
0 siblings, 0 replies; 6+ messages in thread
From: cgel.zte @ 2022-01-15 7:02 UTC (permalink / raw)
To: alexander.deucher
Cc: Philip.Yang, Oak.Zeng, tzimmermann, kevin1.wang, airlied,
Felix.Kuehling, Xinhui.Pan, Zeal Robot, linux-kernel, amd-gfx,
jonathan.kim, nirmoy.das, dri-devel, daniel, Changcheng Deng,
christian.koenig
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/amdgpu: remove duplicate include
2022-01-15 7:02 ` cgel.zte
(?)
@ 2022-01-17 7:09 ` Christian König
-1 siblings, 0 replies; 6+ messages in thread
From: Christian König @ 2022-01-17 7:09 UTC (permalink / raw)
To: cgel.zte, alexander.deucher
Cc: Philip.Yang, Oak.Zeng, tzimmermann, kevin1.wang, airlied,
Felix.Kuehling, Xinhui.Pan, Zeal Robot, linux-kernel, amd-gfx,
jonathan.kim, nirmoy.das, dri-devel, daniel, Changcheng Deng,
christian.koenig
Am 15.01.22 um 08:02 schrieb cgel.zte@gmail.com:
> 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>
Acked-by: Christian König <christian.koenig@amd.com>
> ---
> 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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/amdgpu: remove duplicate include
@ 2022-01-17 7:09 ` Christian König
0 siblings, 0 replies; 6+ messages in thread
From: Christian König @ 2022-01-17 7:09 UTC (permalink / raw)
To: cgel.zte, alexander.deucher
Cc: Philip.Yang, Xinhui.Pan, christian.koenig, airlied, Oak.Zeng,
kevin1.wang, nirmoy.das, linux-kernel, amd-gfx, Zeal Robot,
jonathan.kim, dri-devel, tzimmermann, Changcheng Deng,
Felix.Kuehling
Am 15.01.22 um 08:02 schrieb cgel.zte@gmail.com:
> 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>
Acked-by: Christian König <christian.koenig@amd.com>
> ---
> 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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] drm/amdgpu: remove duplicate include
@ 2022-01-17 7:09 ` Christian König
0 siblings, 0 replies; 6+ messages in thread
From: Christian König @ 2022-01-17 7:09 UTC (permalink / raw)
To: cgel.zte, alexander.deucher
Cc: Philip.Yang, Xinhui.Pan, daniel, christian.koenig, airlied,
Oak.Zeng, kevin1.wang, nirmoy.das, linux-kernel, amd-gfx,
Zeal Robot, jonathan.kim, dri-devel, tzimmermann,
Changcheng Deng, Felix.Kuehling
Am 15.01.22 um 08:02 schrieb cgel.zte@gmail.com:
> 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>
Acked-by: Christian König <christian.koenig@amd.com>
> ---
> 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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-01-17 7:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15 7:02 [PATCH] drm/amdgpu: remove duplicate include cgel.zte
2022-01-15 7:02 ` 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
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.