[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210901071232.1258388-1-hch@lst.de>
Date: Wed, 1 Sep 2021 09:12:32 +0200
From: Christoph Hellwig <hch@....de>
To: torvalds@...ux-foundation.org, x86@...nel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] x86: make setup.c build again
Add a <linux/acpi.h> include to setup.c to ensure it compiles without
any config-dependent implicit includes of that header.
Signed-off-by: Christoph Hellwig <hch@....de>
---
arch/x86/kernel/setup.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 63b20536c8d23..6edec9a28293e 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -22,6 +22,7 @@
#include <linux/usb/xhci-dbgp.h>
#include <linux/static_call.h>
#include <linux/swiotlb.h>
+#include <linux/acpi.h>
#include <uapi/linux/mount.h>
--
2.30.2
Powered by blists - more mailing lists