staging: erofs: remove redundant #include "internal.h"

Because #include "internal.h" is included in xattr.h

Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Link: https://lore.kernel.org/r/20190731155752.210602-8-gaoxiang25@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Gao Xiang
2019-07-31 23:57:37 +08:00
committed by Greg Kroah-Hartman
parent 14f362b4f4
commit 22ee1347a8
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
* http://www.huawei.com/
* Created by Gao Xiang <gaoxiang25@huawei.com>
*/
#include "internal.h"
#include "xattr.h"
#include <trace/events/erofs.h>

View File

@@ -11,7 +11,6 @@
#include <linux/statfs.h>
#include <linux/parser.h>
#include <linux/seq_file.h>
#include "internal.h"
#include "xattr.h"
#define CREATE_TRACE_POINTS