From: Reinette Chatre Date: Thu, 4 Jun 2026 03:38:46 +0000 (-0700) Subject: MAINTAINERS: Add include/linux/cpuhplock.h to CPU HOTPLUG area X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0d0b5f6ec998952038b77aed0ee358d5275bf294;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: Add include/linux/cpuhplock.h to CPU HOTPLUG area 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 Signed-off-by: Thomas Gleixner Link: https://patch.msgid.link/ef78e9d61d0ae041a1f44bd3cf8bb6e733b294d6.1780543665.git.reinette.chatre@intel.com --- diff --git a/MAINTAINERS b/MAINTAINERS index 9ec290e38b44..f25e2d33a7d2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6676,6 +6676,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.*