From: Christoph Hellwig Date: Fri, 28 Aug 2015 07:27:17 +0000 (+0200) Subject: drbd: stop including X-Git-Tag: firefly_0821_release~176^2~761^2~7 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dbcbdc432b24ef708f9733a17b16fe58ed143afd;p=firefly-linux-kernel-4.4.55.git drbd: stop including is the placace the get the kmap type flags, asm-generic files are generic implementations only to be used by architecture code. Signed-off-by: Christoph Hellwig Signed-off-by: Arnd Bergmann --- diff --git a/drivers/block/drbd/drbd_bitmap.c b/drivers/block/drbd/drbd_bitmap.c index e5e0f19ceda0..d3d73d114a46 100644 --- a/drivers/block/drbd/drbd_bitmap.c +++ b/drivers/block/drbd/drbd_bitmap.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include "drbd_int.h"