Parcourir la source

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>
Christoph Hellwig il y a 10 ans
Parent
commit
dbcbdc432b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      drivers/block/drbd/drbd_bitmap.c

+ 1 - 1
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"