From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Thu, 17 Mar 2011 14:02:51 +0000 (+0100) Subject: drbd: need include for bitops functions declarations X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f0ff1357ce391265edbf844792da7da9a694f4bd;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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> --- diff --git a/drivers/block/drbd/drbd_bitmap.c b/drivers/block/drbd/drbd_bitmap.c index b62dd5f26c5d..f0ae63d2df65 100644 --- a/drivers/block/drbd/drbd_bitmap.c +++ b/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"