diff options
author | Heinz Mauelshagen <heinzm@redhat.com> | 2018-02-01 13:06:12 -0500 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2018-04-03 15:04:15 -0400 |
commit | afac6bd6d1a3ea38c800aa82d6d0ceda518b3aec (patch) | |
tree | 00ffd5389f0a3485e8cdf6eb438a304c54b39028 | |
parent | 91e065d8f2354f25246d5c6a0ee270ab74c43dd8 (diff) |
dm unstripe: remove unnecessary header includes
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
-rw-r--r-- | drivers/md/dm-unstripe.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/md/dm-unstripe.c b/drivers/md/dm-unstripe.c index cf7ac073d840..954b7ab4e684 100644 --- a/drivers/md/dm-unstripe.c +++ b/drivers/md/dm-unstripe.c | |||
@@ -7,12 +7,6 @@ | |||
7 | #include "dm.h" | 7 | #include "dm.h" |
8 | 8 | ||
9 | #include <linux/module.h> | 9 | #include <linux/module.h> |
10 | #include <linux/init.h> | ||
11 | #include <linux/blkdev.h> | ||
12 | #include <linux/bio.h> | ||
13 | #include <linux/slab.h> | ||
14 | #include <linux/bitops.h> | ||
15 | #include <linux/device-mapper.h> | ||
16 | 10 | ||
17 | struct unstripe_c { | 11 | struct unstripe_c { |
18 | struct dm_dev *dev; | 12 | struct dm_dev *dev; |