Explorar o código

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>
Stephen Rothwell %!s(int64=15) %!d(string=hai) anos
pai
achega
accee7854b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      block/blk-cgroup.c

+ 1 - 0
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);