commit | accee7854b378a8ab5995d8f5dc5d8abc3b3d23a | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon Dec 07 19:29:39 2009 +1100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 07 09:47:07 2009 +0100 |
tree | 431c8bc6fbe4afca06eb1ac16c06f1ce388d7a5c | |
parent | bb729bc98c0f3e6a898d8730df3e2830bf68751a [diff] [blame] |
block: include linux/err.h to use ERR_PTR Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
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 <linux/seq_file.h> #include <linux/kdev_t.h> #include <linux/module.h> +#include <linux/err.h> #include "blk-cgroup.h" static DEFINE_SPINLOCK(blkio_list_lock);