From: Stephen Rothwell Date: Thu, 17 Mar 2011 14:02:51 +0000 (+0100) Subject: drbd: need include for bitops functions declarations X-Git-Tag: firefly_0821_release~7613^2~1765^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f0ff1357ce391265edbf844792da7da9a694f4bd;p=firefly-linux-kernel-4.4.55.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 b62dd5f26c5d..f0ae63d2df65 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"