From: Chen Ni Date: Wed, 18 Mar 2026 04:38:49 +0000 (+0800) Subject: mm/swapfile: remove duplicate include of swap_table.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=42561b341baae400ebd28540cdda7a6295eaf2a3;p=thirdparty%2Fkernel%2Flinux.git mm/swapfile: remove duplicate include of swap_table.h Remove duplicate inclusion of swap_table.h in swapfile.c to clean up redundant code. Link: https://lkml.kernel.org/r/20260318043849.399266-1-nichen@iscas.ac.cn Signed-off-by: Chen Ni Reviewed-by: SeongJae Park Cc: Baoquan He Cc: Barry Song Cc: Chris Li Cc: Kairui Song Cc: Kemeng Shi Cc: Nhat Pham Signed-off-by: Andrew Morton --- diff --git a/mm/swapfile.c b/mm/swapfile.c index 71a7d6959f3e1..802332850e243 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c @@ -48,7 +48,6 @@ #include #include "swap_table.h" #include "internal.h" -#include "swap_table.h" #include "swap.h" static void swap_range_alloc(struct swap_info_struct *si,