From: Stephen Rothwell Date: Thu, 17 Mar 2011 14:02:51 +0000 (+0100) Subject: drbd: need include for bitops functions declarations X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=f0ff1357ce391265edbf844792da7da9a694f4bd;p=linux-edison.git drbd: need include for bitops functions declarations Signed-off-by: Stephen Rothwell Signed-off-by: Jens Axboe --- diff --git a/drivers/block/drbd/drbd_bitmap.c b/drivers/block/drbd/drbd_bitmap.c index b62dd5f26c5..f0ae63d2df6 100644 --- a/drivers/block/drbd/drbd_bitmap.c +++ b/drivers/block/drbd/drbd_bitmap.c @@ -28,6 +28,9 @@ #include #include #include + +#include + #include "drbd_int.h"