OSDN Git Service

staging: erofs: fix compile error without built-in decompression support
authorGao Xiang <hsiangkao@aol.com>
Sun, 29 Jul 2018 05:34:58 +0000 (13:34 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 29 Jul 2018 06:05:02 +0000 (08:05 +0200)
commit47e541a17ec7d64e19c11f59dfce314a89f1b228
tree708e2e125b6c279a3438d81d5d7f2cf7f2875bfa
parent6d4abf1c0e265d8e99c155b91c1cf44e37793e53
staging: erofs: fix compile error without built-in decompression support

This patch fixes incorrect code snippets due to spilt code
into small patches by mistake.

Link: https://lists.01.org/pipermail/kbuild-all/2018-July/050747.html
Link: https://lists.01.org/pipermail/kbuild-all/2018-July/050750.html
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/internal.h
drivers/staging/erofs/super.c
drivers/staging/erofs/unzip_vle.c
drivers/staging/erofs/utils.c