linux-yocto/tools/testing/memblock/linux
Wei Yang 8ac13bc7c2 memblock test: fix implicit declaration of function 'isspace'
Commit 1e4c64b71c ("mm/memblock: Add "reserve_mem" to reserved named
memory at boot up") introduce usage of isspace().

Let's include <linux/ctype.h> in kernel.h to fix this.

Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Link: https://lore.kernel.org/r/20240806010319.29194-4-richard.weiyang@gmail.com
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
2024-08-06 08:21:25 +03:00
..
kernel.h memblock test: fix implicit declaration of function 'isspace' 2024-08-06 08:21:25 +03:00
kmemleak.h
memory_hotplug.h memblock tests: change build options to run-time options 2022-07-20 10:46:33 +03:00
mmzone.h memblock tests: include memory_hotplug.h in mmzone.h as kernel dose 2024-08-06 08:17:49 +03:00
printk.h