This fixes compiling errors built with: config: parisc-allmodconfig (attached as .config) compiler: hppa-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
Reported-by: kbuild test robot <[email protected]> Signed-off-by: Gao Xiang <[email protected]> Reviewed-by: Chao Yu <[email protected]> Signed-off-by: Chao Yu <[email protected]> --- fs/erofs/data.c | 1 + fs/erofs/unzip.c | 1 + 2 files changed, 2 insertions(+) diff --git a/fs/erofs/data.c b/fs/erofs/data.c index c54495d..20d7e80 100644 --- a/fs/erofs/data.c +++ b/fs/erofs/data.c @@ -11,6 +11,7 @@ * distribution for more details. */ #include "internal.h" +#include <linux/prefetch.h> #if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 3, 0)) static inline void read_endio(struct bio *bio, int err) diff --git a/fs/erofs/unzip.c b/fs/erofs/unzip.c index 171aec1..b427952 100644 --- a/fs/erofs/unzip.c +++ b/fs/erofs/unzip.c @@ -13,6 +13,7 @@ #include "unzip.h" #include <linux/slab.h> #include <linux/blkdev.h> +#include <linux/prefetch.h> static struct workqueue_struct *z_erofs_workqueue __read_mostly; static struct kmem_cache *z_erofs_pack_cachep __read_mostly; -- 1.9.1 -- Linux-erofs mailing list [email protected] https://lists.ozlabs.org/listinfo/linux-erofs
