Skip to content

Commit 990e52b

Browse files
MiaoheLinakpm00
authored andcommitted
hugetlbfs: remove unneeded header file
The header file signal.h is unneeded now. Remove it. Link: https://lkml.kernel.org/r/20220726142918.51693-4-linmiaohe@huawei.com Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com> Reviewed-by: Muchun Song <songmuchun@bytedance.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 7ec3c36 commit 990e52b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/hugetlbfs/inode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#include <linux/thread_info.h>
1313
#include <asm/current.h>
14-
#include <linux/sched/signal.h> /* remove ASAP */
1514
#include <linux/falloc.h>
1615
#include <linux/fs.h>
1716
#include <linux/mount.h>

0 commit comments

Comments
 (0)