diff options
author | Christoph Hellwig <hch@lst.de> | 2015-08-28 07:27:17 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-14 22:21:08 (GMT) |
commit | dbcbdc432b24ef708f9733a17b16fe58ed143afd (patch) | |
tree | e2a789265921c673464057d512e3d63a01d9abac /drivers | |
parent | a1164a3ac75feeab86f6c02fabdfbf24b81e3c1a (diff) | |
download | linux-dbcbdc432b24ef708f9733a17b16fe58ed143afd.tar.xz |
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')
-rw-r--r-- | drivers/block/drbd/drbd_bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_bitmap.c b/drivers/block/drbd/drbd_bitmap.c index e5e0f19..d3d73d1 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" |