1
0
Fork 0

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>
hifive-unleashed-5.1
Christoph Hellwig 2015-08-28 09:27:17 +02:00 committed by Arnd Bergmann
parent a1164a3ac7
commit dbcbdc432b
1 changed files with 1 additions and 1 deletions

View 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"