diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-05-16 22:35:37 +0300 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2023-05-18 21:56:18 +0300 |
commit | b963d12aa66ce02b948cd69a20eea5d1d1e0137e (patch) | |
tree | 76d302c3b378edf1f3bd0831a7b270d1a3bdc899 /scripts/gdb/linux/utils.py | |
parent | c9664839305dfaccd098b1606c197b0eb21056dc (diff) | |
download | linux-b963d12aa66ce02b948cd69a20eea5d1d1e0137e.tar.xz |
x86/mm: Include asm/numa.h for set_highmem_pages_init()
The set_highmem_pages_init() function is declared in asm/numa.h, which
must be included in the file that defines it to avoid a W=1 warning:
arch/x86/mm/highmem_32.c:7:13: error: no previous prototype for 'set_highmem_pages_init' [-Werror=missing-prototypes]
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Link: https://lore.kernel.org/all/20230516193549.544673-9-arnd%40kernel.org
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions