mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
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
@ -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 New Issue
Block a user