From: Mike Snitzer Date: Mon, 22 Sep 2014 18:03:07 +0000 (-0400) Subject: dm dedup: fix vmalloc compiler warnings X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=78e19c64ec1e2b14aca8b53eea85eff5e0af7be0;p=linux-dmdedup.git dm dedup: fix vmalloc compiler warnings --- diff --git a/drivers/md/dm-dedup-ram.c b/drivers/md/dm-dedup-ram.c index cfbe7b2ba65..b9c9503c1db 100644 --- a/drivers/md/dm-dedup-ram.c +++ b/drivers/md/dm-dedup-ram.c @@ -10,6 +10,7 @@ * This file is released under the GPL. */ +#include #include #include "dm-dedup-kvstore.h" diff --git a/drivers/md/dm-dedup-target.c b/drivers/md/dm-dedup-target.c index b57fc2ebe67..dc0ffd2edc6 100644 --- a/drivers/md/dm-dedup-target.c +++ b/drivers/md/dm-dedup-target.c @@ -10,6 +10,8 @@ * This file is released under the GPL. */ +#include + #include "dm-dedup-target.h" #include "dm-dedup-rw.h" #include "dm-dedup-hash.h"