summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorLong Wei <longwei27@huawei.com>2025-12-16 19:44:00 +0800
committerAndrew Morton <akpm@linux-foundation.org>2026-01-26 19:07:13 -0800
commit25929dae28f528d7d74992edabd38bf3c374e485 (patch)
tree1dba71ad5c9444720a3ffd94fa860cc4346d3bb4 /kernel
parent77ce1b4cd08fcdd049001fdf5f59c014fb4b7711 (diff)
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>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/liveupdate/kexec_handover.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/liveupdate/kexec_handover.c b/kernel/liveupdate/kexec_handover.c
index 66fcdda0ebdc..fbe109a0d858 100644
--- a/kernel/liveupdate/kexec_handover.c
+++ b/kernel/liveupdate/kexec_handover.c
@@ -25,7 +25,6 @@
#include <asm/early_ioremap.h>
-#include "kexec_handover_internal.h"
/*
* KHO is tightly coupled with mm init and needs access to some of mm
* internal APIs.