Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kho: remove duplicate header file references

kexec_handover_internal.h is included twice in kexec_handover.c. Remove
the redundant first inclusion to eliminate the duplication.

Link: https://lkml.kernel.org/r/20251216114400.2677311-1-longwei27@huawei.com
Signed-off-by: Long Wei <longwei27@huawei.com>
Reviewed-by: Pasha Tatashin <pasha.tatashin@soleen.com>
Cc: Alexander Graf <graf@amazon.com>
Cc: hewenliang <hewenliang4@huawei.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Pratyush Yadav <pratyush@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Long Wei and committed by
Andrew Morton
25929dae 77ce1b4c

-1
-1
kernel/liveupdate/kexec_handover.c
··· 25 25 26 26 #include <asm/early_ioremap.h> 27 27 28 - #include "kexec_handover_internal.h" 29 28 /* 30 29 * KHO is tightly coupled with mm init and needs access to some of mm 31 30 * internal APIs.