[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20190430020102.56234-1-yuehaibing@huawei.com>
Date: Tue, 30 Apr 2019 02:01:02 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Alasdair Kergon <agk@...hat.com>, Mike Snitzer <snitzer@...hat.com>
CC: YueHaibing <yuehaibing@...wei.com>, <dm-devel@...hat.com>,
<linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: [PATCH -next] dm: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@...wei.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"
Powered by blists - more mailing lists