Skip to content

Commit e6f2d58

Browse files
sean-jchansendc
authored andcommitted
x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"
Don't export "ptdump_walk_pgd_level_debugfs" as its sole user is arch/x86/mm/debug_pagetables.c, which can't be built as a module. No functional change intended. Signed-off-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://patch.msgid.link/20251112173944.1380633-4-seanjc%40google.com
1 parent 9c26c91 commit e6f2d58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/x86/mm/dump_pagetables.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ void ptdump_walk_pgd_level_debugfs(struct seq_file *m, struct mm_struct *mm,
486486
#endif
487487
ptdump_walk_pgd_level_core(m, mm, pgd, false, false);
488488
}
489-
EXPORT_SYMBOL_GPL(ptdump_walk_pgd_level_debugfs);
490489

491490
void ptdump_walk_user_pgd_level_checkwx(void)
492491
{

0 commit comments

Comments
 (0)