drbd: need include for bitops functions declarations
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 17 Mar 2011 14:02:51 +0000 (15:02 +0100)
committerJens 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

index b62dd5f..f0ae63d 100644 (file)
@@ -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"