diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2009-12-07 11:29:39 +0300 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-12-07 11:47:07 +0300 |
commit | accee7854b378a8ab5995d8f5dc5d8abc3b3d23a (patch) | |
tree | 431c8bc6fbe4afca06eb1ac16c06f1ce388d7a5c /block/blk-cgroup.c | |
parent | bb729bc98c0f3e6a898d8730df3e2830bf68751a (diff) | |
download | linux-accee7854b378a8ab5995d8f5dc5d8abc3b3d23a.tar.xz |
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>
Diffstat (limited to 'block/blk-cgroup.c')
-rw-r--r-- | block/blk-cgroup.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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); |