From: Heinz Mauelshagen Date: Thu, 1 Feb 2018 18:06:12 +0000 (+0100) Subject: dm unstripe: remove unnecessary header includes X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=afac6bd6d1a3ea38c800aa82d6d0ceda518b3aec;p=openwrt%2Fstaging%2Fblogic.git dm unstripe: remove unnecessary header includes Signed-off-by: Heinz Mauelshagen Signed-off-by: Mike Snitzer --- 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 @@ #include "dm.h" #include -#include -#include -#include -#include -#include -#include struct unstripe_c { struct dm_dev *dev;