linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] dm: remove unused including <linux/version.h>
@ 2019-04-30  2:01 YueHaibing
  0 siblings, 0 replies; only message in thread
From: YueHaibing @ 2019-04-30  2:01 UTC (permalink / raw)
  To: Alasdair Kergon, Mike Snitzer
  Cc: YueHaibing, dm-devel, linux-kernel, kernel-janitors

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/md/dm-dust.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/md/dm-dust.c b/drivers/md/dm-dust.c
index 997830984893..df011da50b50 100644
--- a/drivers/md/dm-dust.c
+++ b/drivers/md/dm-dust.c
@@ -10,7 +10,6 @@
 
 #include <linux/device-mapper.h>
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/rbtree.h>
 
 #define DM_MSG_PREFIX "dust"






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-30  1:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30  2:01 [PATCH -next] dm: remove unused including <linux/version.h> YueHaibing

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