]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drbd: stop including <asm-generic/kmap_types.h>
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Aug 2015 07:27:17 +0000 (09:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 14 Oct 2015 22:21:08 +0000 (00:21 +0200)
<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>
drivers/block/drbd/drbd_bitmap.c

index e5e0f19ceda09eb8dfc2e129b504b7c0899eede8..d3d73d114a4615e124e89bd6d4196ba5be35f415 100644 (file)
@@ -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"