From: Miaohe Lin Date: Mon, 23 Aug 2021 23:59:11 +0000 (+1000) Subject: shmem: remove unneeded header file X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=49e40c4ed00878313f5f5f28460e75cbfbb5f0fc;p=users%2Fjedix%2Flinux-maple.git shmem: remove unneeded header file mfill_atomic_install_pte() is introduced to install pte and update mmu cache since commit bf6ebd97aba0 ("userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()"). So we should remove tlbflush.h as update_mmu_cache() is not called here now. Link: https://lkml.kernel.org/r/20210812120350.49801-3-linmiaohe@huawei.com Signed-off-by: Miaohe Lin Cc: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/mm/shmem.c b/mm/shmem.c index e28d2593ec271..c69adf9a2db33 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -39,8 +39,6 @@ #include #include -#include /* for arch/microblaze update_mmu_cache() */ - static struct vfsmount *shm_mnt; #ifdef CONFIG_SHMEM