Skip to content

Commit

Permalink
dm unstripe: remove unnecessary header includes
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
  • Loading branch information
Heinz Mauelshagen authored and Mike Snitzer committed Apr 3, 2018
1 parent 91e065d commit afac6bd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/md/dm-unstripe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit afac6bd

Please sign in to comment.