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:
parent
b66538014f
commit
f0ff1357ce
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue