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-Url: https://git.stricted.de/?a=commitdiff_plain;h=accee7854b378a8ab5995d8f5dc5d8abc3b3d23a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 3ad497f4eed6..1fa2654db0a6 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);