projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e065d
)
dm unstripe: remove unnecessary header includes
author
Heinz Mauelshagen
<heinzm@redhat.com>
Thu, 1 Feb 2018 18:06:12 +0000
(19:06 +0100)
committer
Mike Snitzer
<snitzer@redhat.com>
Tue, 3 Apr 2018 19:04:15 +0000
(15:04 -0400)
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-unstripe.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-unstripe.c
b/drivers/md/dm-unstripe.c
index cf7ac073d840176c8ab29daa66f8b8689ad58eac..954b7ab4e684d3fdec832abc557373a8ca19e756 100644
(file)
--- a/
drivers/md/dm-unstripe.c
+++ b/
drivers/md/dm-unstripe.c
@@
-7,12
+7,6
@@
#include "dm.h"
#include <linux/module.h>
-#include <linux/init.h>
-#include <linux/blkdev.h>
-#include <linux/bio.h>
-#include <linux/slab.h>
-#include <linux/bitops.h>
-#include <linux/device-mapper.h>
struct unstripe_c {
struct dm_dev *dev;