Message ID | 4d0e7c2481c40d0480124b6bca9b4687e5c1e706.1517504857.git.heinzm@redhat.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Mike Snitzer |
Headers | show |
diff --git a/drivers/md/dm-unstripe.c b/drivers/md/dm-unstripe.c index c1eddd1f7972..41ed30819e58 100644 --- 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 unstriped_c { struct dm_dev *dev;
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> --- drivers/md/dm-unstripe.c | 6 ------ 1 file changed, 6 deletions(-)