lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ