* [PATCH] drm/pl111: remove unused including <linux/version.h>
@ 2020-12-30 1:12 Tian Tao
0 siblings, 0 replies; 4+ messages in thread
From: Tian Tao @ 2020-12-30 1:12 UTC (permalink / raw)
To: eric, airlied, daniel; +Cc: dri-devel
Remove including <linux/version.h> that don't need it.
Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
drivers/gpu/drm/pl111/pl111_display.c | 1 -
drivers/gpu/drm/pl111/pl111_drv.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/pl111/pl111_display.c b/drivers/gpu/drm/pl111/pl111_display.c
index 69c02e7..e8376ae 100644
--- a/drivers/gpu/drm/pl111/pl111_display.c
+++ b/drivers/gpu/drm/pl111/pl111_display.c
@@ -11,7 +11,6 @@
#include <linux/clk.h>
#include <linux/delay.h>
-#include <linux/version.h>
#include <linux/dma-buf.h>
#include <linux/of_graph.h>
diff --git a/drivers/gpu/drm/pl111/pl111_drv.c b/drivers/gpu/drm/pl111/pl111_drv.c
index e4dcaef..4aad9eb 100644
--- a/drivers/gpu/drm/pl111/pl111_drv.c
+++ b/drivers/gpu/drm/pl111/pl111_drv.c
@@ -44,7 +44,6 @@
#include <linux/of_reserved_mem.h>
#include <linux/shmem_fs.h>
#include <linux/slab.h>
-#include <linux/version.h>
#include <drm/drm_atomic_helper.h>
#include <drm/drm_bridge.h>
--
2.7.4
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] drm/pl111: Remove unused including <linux/version.h>
@ 2021-07-27 5:21 Cai Huoqing
2021-07-27 14:29 ` Randy Dunlap
2021-07-31 18:59 ` Sam Ravnborg
0 siblings, 2 replies; 4+ messages in thread
From: Cai Huoqing @ 2021-07-27 5:21 UTC (permalink / raw)
To: emma, airlied, daniel; +Cc: Cai Huoqing, linux-kernel, dri-devel
Remove including <linux/version.h> that don't need it.
Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
drivers/gpu/drm/pl111/pl111_display.c | 1 -
drivers/gpu/drm/pl111/pl111_drv.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/pl111/pl111_display.c b/drivers/gpu/drm/pl111/pl111_display.c
index b5a8859739a2..443e3b932322 100644
--- a/drivers/gpu/drm/pl111/pl111_display.c
+++ b/drivers/gpu/drm/pl111/pl111_display.c
@@ -11,7 +11,6 @@
#include <linux/clk.h>
#include <linux/delay.h>
-#include <linux/version.h>
#include <linux/dma-buf.h>
#include <linux/of_graph.h>
diff --git a/drivers/gpu/drm/pl111/pl111_drv.c b/drivers/gpu/drm/pl111/pl111_drv.c
index fa0a737e9dea..520301b405f1 100644
--- a/drivers/gpu/drm/pl111/pl111_drv.c
+++ b/drivers/gpu/drm/pl111/pl111_drv.c
@@ -44,7 +44,6 @@
#include <linux/of_reserved_mem.h>
#include <linux/shmem_fs.h>
#include <linux/slab.h>
-#include <linux/version.h>
#include <drm/drm_atomic_helper.h>
#include <drm/drm_bridge.h>
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/pl111: Remove unused including <linux/version.h>
2021-07-27 5:21 [PATCH] drm/pl111: Remove unused including <linux/version.h> Cai Huoqing
@ 2021-07-27 14:29 ` Randy Dunlap
2021-07-31 18:59 ` Sam Ravnborg
1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-07-27 14:29 UTC (permalink / raw)
To: Cai Huoqing, emma, airlied, daniel; +Cc: linux-kernel, dri-devel
On 7/26/21 10:21 PM, Cai Huoqing wrote:
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
as reported by 'make versioncheck':
../drivers/gpu/drm/pl111/pl111_display.c: 14 linux/version.h not needed.
../drivers/gpu/drm/pl111/pl111_drv.c: 47 linux/version.h not needed.
> ---
> drivers/gpu/drm/pl111/pl111_display.c | 1 -
> drivers/gpu/drm/pl111/pl111_drv.c | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/pl111/pl111_display.c b/drivers/gpu/drm/pl111/pl111_display.c
> index b5a8859739a2..443e3b932322 100644
> --- a/drivers/gpu/drm/pl111/pl111_display.c
> +++ b/drivers/gpu/drm/pl111/pl111_display.c
> @@ -11,7 +11,6 @@
>
> #include <linux/clk.h>
> #include <linux/delay.h>
> -#include <linux/version.h>
> #include <linux/dma-buf.h>
> #include <linux/of_graph.h>
>
> diff --git a/drivers/gpu/drm/pl111/pl111_drv.c b/drivers/gpu/drm/pl111/pl111_drv.c
> index fa0a737e9dea..520301b405f1 100644
> --- a/drivers/gpu/drm/pl111/pl111_drv.c
> +++ b/drivers/gpu/drm/pl111/pl111_drv.c
> @@ -44,7 +44,6 @@
> #include <linux/of_reserved_mem.h>
> #include <linux/shmem_fs.h>
> #include <linux/slab.h>
> -#include <linux/version.h>
>
> #include <drm/drm_atomic_helper.h>
> #include <drm/drm_bridge.h>
>
thanks.
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] drm/pl111: Remove unused including <linux/version.h>
2021-07-27 5:21 [PATCH] drm/pl111: Remove unused including <linux/version.h> Cai Huoqing
2021-07-27 14:29 ` Randy Dunlap
@ 2021-07-31 18:59 ` Sam Ravnborg
1 sibling, 0 replies; 4+ messages in thread
From: Sam Ravnborg @ 2021-07-31 18:59 UTC (permalink / raw)
To: Cai Huoqing; +Cc: emma, airlied, daniel, linux-kernel, dri-devel
Hi Cai,
On Tue, Jul 27, 2021 at 01:21:07PM +0800, Cai Huoqing wrote:
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
thanks! Applied to drm-misc-next.
The patch will show up in -next is a week or two.
Sam
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-31 18:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-27 5:21 [PATCH] drm/pl111: Remove unused including <linux/version.h> Cai Huoqing
2021-07-27 14:29 ` Randy Dunlap
2021-07-31 18:59 ` Sam Ravnborg
-- strict thread matches above, loose matches on Subject: below --
2020-12-30 1:12 [PATCH] drm/pl111: remove " Tian Tao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).