From: Gao Xiang Date: Wed, 31 Jul 2019 15:57:37 +0000 (+0800) Subject: staging: erofs: remove redundant #include "internal.h" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=22ee1347a8fb6d3eba91aacad7c691dee274cc1f;p=linux.git staging: erofs: remove redundant #include "internal.h" Because #include "internal.h" is included in xattr.h Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Link: https://lore.kernel.org/r/20190731155752.210602-8-gaoxiang25@huawei.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/erofs/namei.c b/drivers/staging/erofs/namei.c index 50816b4c05fc7..8e06526da0238 100644 --- a/drivers/staging/erofs/namei.c +++ b/drivers/staging/erofs/namei.c @@ -6,7 +6,6 @@ * http://www.huawei.com/ * Created by Gao Xiang */ -#include "internal.h" #include "xattr.h" #include diff --git a/drivers/staging/erofs/super.c b/drivers/staging/erofs/super.c index 55f51d2b3930e..c20a94b035a73 100644 --- a/drivers/staging/erofs/super.c +++ b/drivers/staging/erofs/super.c @@ -11,7 +11,6 @@ #include #include #include -#include "internal.h" #include "xattr.h" #define CREATE_TRACE_POINTS