diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2009-12-07 03:29:39 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-12-07 03:47:07 -0500 |
commit | accee7854b378a8ab5995d8f5dc5d8abc3b3d23a (patch) | |
tree | 431c8bc6fbe4afca06eb1ac16c06f1ce388d7a5c /block | |
parent | bb729bc98c0f3e6a898d8730df3e2830bf68751a (diff) |
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')
-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 @@ | |||
14 | #include <linux/seq_file.h> | 14 | #include <linux/seq_file.h> |
15 | #include <linux/kdev_t.h> | 15 | #include <linux/kdev_t.h> |
16 | #include <linux/module.h> | 16 | #include <linux/module.h> |
17 | #include <linux/err.h> | ||
17 | #include "blk-cgroup.h" | 18 | #include "blk-cgroup.h" |
18 | 19 | ||
19 | static DEFINE_SPINLOCK(blkio_list_lock); | 20 | static DEFINE_SPINLOCK(blkio_list_lock); |