Browse Source

drbd: need include for bitops functions declarations

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Stephen Rothwell 14 years ago
parent
commit
f0ff1357ce
1 changed files with 3 additions and 0 deletions
  1. 3 0
      drivers/block/drbd/drbd_bitmap.c

+ 3 - 0
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"