From: Christoph Hellwig Date: Fri, 28 Aug 2015 07:27:17 +0000 (+0200) Subject: drbd: stop including X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dbcbdc432b24ef708f9733a17b16fe58ed143afd;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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"