projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1164a3
)
drbd: stop including <asm-generic/kmap_types.h>
author
Christoph Hellwig
<hch@lst.de>
Fri, 28 Aug 2015 07:27:17 +0000
(09:27 +0200)
committer
Arnd 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/drbd/drbd_bitmap.c
b/drivers/block/drbd/drbd_bitmap.c
index e5e0f19ceda09eb8dfc2e129b504b7c0899eede8..d3d73d114a4615e124e89bd6d4196ba5be35f415 100644
(file)
--- 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"