Linux ACPI
 help / color / mirror / Atom feed
* [PATCH v1 1/1] ACPI: NHLT: Remove always included kconfig.h
@ 2026-07-17 17:16 Andy Shevchenko
  2026-07-21 19:28 ` Rafael J. Wysocki (Intel)
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2026-07-17 17:16 UTC (permalink / raw)
  To: Andy Shevchenko, linux-acpi, acpica-devel, linux-kernel
  Cc: Rafael J. Wysocki, Len Brown, Saket Dumbre

The inclusion of <linux/kconfig.h> is unneeded as it's guaranteed by
the build starting from the commit 2a11c8ea20bf ("kconfig: Introduce
IS_ENABLED(), IS_BUILTIN() and IS_MODULE()"). Remove it here.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 include/acpi/nhlt.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/acpi/nhlt.h b/include/acpi/nhlt.h
index 2108aa6d0207..370958d93706 100644
--- a/include/acpi/nhlt.h
+++ b/include/acpi/nhlt.h
@@ -10,7 +10,6 @@
 #define __ACPI_NHLT_H__
 
 #include <linux/acpi.h>
-#include <linux/kconfig.h>
 #include <linux/overflow.h>
 #include <linux/types.h>
 
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-21 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 17:16 [PATCH v1 1/1] ACPI: NHLT: Remove always included kconfig.h Andy Shevchenko
2026-07-21 19:28 ` Rafael J. Wysocki (Intel)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox