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>
This commit is contained in:
Stephen Rothwell 2011-03-17 15:02:51 +01:00 committed by Jens Axboe
parent b66538014f
commit f0ff1357ce
1 changed files with 3 additions and 0 deletions

View 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"