Skip to content

Commit

Permalink
drbd: need include for bitops functions declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
  • Loading branch information
Stephen Rothwell authored and Jens Axboe committed Mar 17, 2011
1 parent b665380 commit f0ff135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/block/drbd/drbd_bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit f0ff135

Please sign in to comment.