[PATCH 1/2] MAINTAINERS: Add include/linux/cpuhplock.h to CPU HOTPLUG area

From: Reinette Chatre

Date: Wed Jun 03 2026 - 23:43:01 EST


The move of CPU hotplug function declarations to include/linux/cpuhplock.h
did not update the CPU HOTPLUG section of MAINTAINERS. Update it now.

Fixes: 195fb517ee25 ("cpu: Move CPU hotplug function declarations into their own header")
Signed-off-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e4833d334edc..42de7dd62b46 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6675,6 +6675,7 @@ P: Documentation/process/maintainer-tip.rst
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core
F: include/linux/cpu.h
F: include/linux/cpuhotplug.h
+F: include/linux/cpuhplock.h
F: include/linux/smpboot.h
F: kernel/cpu.c
F: kernel/smpboot.*
--
2.50.1