From: Stephen Rothwell Date: Mon, 7 Dec 2009 08:29:39 +0000 (+1100) Subject: block: include linux/err.h to use ERR_PTR X-Git-Tag: v2.6.33-rc1~379^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=accee7854b378a8ab5995d8f5dc5d8abc3b3d23a;p=platform%2Fkernel%2Flinux-3.10.git block: include linux/err.h to use ERR_PTR Signed-off-by: Stephen Rothwell Signed-off-by: Jens Axboe --- diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index 3ad497f..1fa2654 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c @@ -14,6 +14,7 @@ #include #include #include +#include #include "blk-cgroup.h" static DEFINE_SPINLOCK(blkio_list_lock);