From: Yang Li Date: Fri, 2 Aug 2024 06:02:16 +0000 (+0800) Subject: mm: remove duplicated include in vma_internal.h X-Git-Tag: v6.12-rc1~115^2~341 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a06e79d383cf0ab694d3d012261b9df36e6dfc3e;p=thirdparty%2Fkernel%2Flinux.git mm: remove duplicated include in vma_internal.h The header files linux/bug.h is included twice in vma_internal.h, so one inclusion of each can be removed. Link: https://lkml.kernel.org/r/20240802060216.24591-1-yang.lee@linux.alibaba.com Signed-off-by: Yang Li Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9636 Reviewed-by: Lorenzo Stoakes Signed-off-by: Andrew Morton --- diff --git a/mm/vma_internal.h b/mm/vma_internal.h index 14c24d5cb582a..b930ab12a5878 100644 --- a/mm/vma_internal.h +++ b/mm/vma_internal.h @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include