aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-28 09:27:17 +0200
committerArnd Bergmann <arnd@arndb.de>2015-10-15 00:21:08 +0200
commitdbcbdc432b24ef708f9733a17b16fe58ed143afd (patch)
treee2a789265921c673464057d512e3d63a01d9abac /drivers/block
parentmove count_zeroes.h out of asm-generic (diff)
downloadlinux-dev-dbcbdc432b24ef708f9733a17b16fe58ed143afd.tar.xz
linux-dev-dbcbdc432b24ef708f9733a17b16fe58ed143afd.zip
drbd: stop including <asm-generic/kmap_types.h>
<linux/highmem.h> 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 <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/drbd/drbd_bitmap.c2
1 files changed, 1 insertions, 1 deletions
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 <linux/string.h>
#include <linux/drbd.h>
#include <linux/slab.h>
-#include <asm/kmap_types.h>
+#include <linux/highmem.h>
#include "drbd_int.h"