[<prev] [next>] [day] [month] [year] [list]
Message-ID: <168444739432.404.8341294872688326469.tip-bot2@tip-bot2>
Date: Thu, 18 May 2023 22:03:14 -0000
From: "tip-bot2 for Arnd Bergmann" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Arnd Bergmann <arnd@...db.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
Alexander Lobakin <aleksander.lobakin@...el.com>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: x86/cleanups] x86/mm: Include asm/numa.h for set_highmem_pages_init()
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: b963d12aa66ce02b948cd69a20eea5d1d1e0137e
Gitweb: https://git.kernel.org/tip/b963d12aa66ce02b948cd69a20eea5d1d1e0137e
Author: Arnd Bergmann <arnd@...db.de>
AuthorDate: Tue, 16 May 2023 21:35:37 +02:00
Committer: Dave Hansen <dave.hansen@...ux.intel.com>
CommitterDate: Thu, 18 May 2023 11:56:18 -07:00
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@...db.de>
Signed-off-by: Dave Hansen <dave.hansen@...ux.intel.com>
Reviewed-by: Alexander Lobakin <aleksander.lobakin@...el.com>
Link: https://lore.kernel.org/all/20230516193549.544673-9-arnd%40kernel.org
---
arch/x86/mm/highmem_32.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/mm/highmem_32.c b/arch/x86/mm/highmem_32.c
index 2c54b76..d9efa35 100644
--- a/arch/x86/mm/highmem_32.c
+++ b/arch/x86/mm/highmem_32.c
@@ -3,6 +3,7 @@
#include <linux/export.h>
#include <linux/swap.h> /* for totalram_pages */
#include <linux/memblock.h>
+#include <asm/numa.h>
void __init set_highmem_pages_init(void)
{
Powered by blists - more mailing lists