On Sat, Sep 17 2016 at 12:48P -0400, Wei Yongjun <weiyj.lk@xxxxxxxxx> wrote: > From: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > > Remove duplicated include. > > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> > --- > drivers/md/dm-cache-policy-smq.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/md/dm-cache-policy-smq.c b/drivers/md/dm-cache-policy-smq.c > index 8de5bd9..c33f4a6 100644 > --- a/drivers/md/dm-cache-policy-smq.c > +++ b/drivers/md/dm-cache-policy-smq.c > @@ -14,7 +14,6 @@ > #include <linux/mutex.h> > #include <linux/vmalloc.h> > #include <linux/math64.h> > -#include <linux/hash.h> > > #define DM_MSG_PREFIX "cache-policy-smq" I resolved this by fixing the original commit (where I added hash.h without realizing it was already included). But thanks for the report. -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html