Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
f0ff1357ce
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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"