Skip to content

Commit

Permalink
staging: erofs: remove redundant #include "internal.h"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gao Xiang authored and Greg Kroah-Hartman committed Aug 2, 2019
1 parent 14f362b commit 22ee134
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/staging/erofs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/erofs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22ee134

Please sign in to comment.