projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b665380
)
drbd: need include for bitops functions declarations
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Thu, 17 Mar 2011 14:02:51 +0000
(15:02 +0100)
committer
Jens Axboe
<jaxboe@fusionio.com>
Thu, 17 Mar 2011 14:02:51 +0000
(15:02 +0100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/drbd/drbd_bitmap.c
patch
|
blob
|
history
diff --git
a/drivers/block/drbd/drbd_bitmap.c
b/drivers/block/drbd/drbd_bitmap.c
index b62dd5f26c5d99315c0b26588810e85438fc49be..f0ae63d2df65531447d23a50c8cf4185f724e1bf 100644
(file)
--- a/
drivers/block/drbd/drbd_bitmap.c
+++ b/
drivers/block/drbd/drbd_bitmap.c
@@
-28,6
+28,9
@@
#include <linux/drbd.h>
#include <linux/slab.h>
#include <asm/kmap_types.h>
+
+#include <asm-generic/bitops/le.h>
+
#include "drbd_int.h"