]> www.infradead.org Git - users/jedix/linux-maple.git/commit
memblock tests: include memory_hotplug.h in mmzone.h as kernel dose
authorWei Yang <richard.weiyang@gmail.com>
Fri, 12 Jul 2024 03:51:36 +0000 (03:51 +0000)
committerMike Rapoport (Microsoft) <rppt@kernel.org>
Tue, 6 Aug 2024 05:17:49 +0000 (08:17 +0300)
commit19c91bd8932a2e00f8de76022c780951166be9a0
tree8ceb4e1f417412eb90fd5ea14b2cc916f536ae54
parentde9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed
memblock tests: include memory_hotplug.h in mmzone.h as kernel dose

In kernel code, memory_hotplug.h is included in mmzone.h instead of in
init.h. Let's sync with kernel.

This is a preparation for move init.h in common include directory.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
CC: Mike Rapoport <rppt@kernel.org>
Link: https://lore.kernel.org/r/20240712035138.24674-1-richard.weiyang@gmail.com
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
tools/testing/memblock/linux/init.h
tools/testing/memblock/linux/mmzone.h