linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] skd_main: remove unused including <linux/version.h>
@ 2020-10-17  1:52 Tian Tao
  2020-10-17 14:11 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Tian Tao @ 2020-10-17  1:52 UTC (permalink / raw)
  To: Damien.LeMoal, axboe, linux-block, linux-kernel

Remove including <linux/version.h> that don't need it.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 drivers/block/skd_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c
index ae6454c..a962b45 100644
--- a/drivers/block/skd_main.c
+++ b/drivers/block/skd_main.c
@@ -25,7 +25,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/completion.h>
 #include <linux/scatterlist.h>
-#include <linux/version.h>
 #include <linux/err.h>
 #include <linux/aer.h>
 #include <linux/wait.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] skd_main: remove unused including <linux/version.h>
  2020-10-17  1:52 [PATCH] skd_main: remove unused including <linux/version.h> Tian Tao
@ 2020-10-17 14:11 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2020-10-17 14:11 UTC (permalink / raw)
  To: Tian Tao, Damien.LeMoal, linux-block, linux-kernel

On 10/16/20 7:52 PM, Tian Tao wrote:
> Remove including <linux/version.h> that don't need it.

Applied, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-17 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-17  1:52 [PATCH] skd_main: remove unused including <linux/version.h> Tian Tao
2020-10-17 14:11 ` Jens Axboe

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).