summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2026-07-17 19:16:35 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-07-21 21:27:23 +0200
commit4eff1be9268e57d0f0c519e9eb3bce64316ff377 (patch)
tree93f6efb4f76cffdd484a46aedb93a2b272514cd9 /include
parent458b40fcdd04a9a0334830de5a536d8425454e4b (diff)
ACPI: NHLT: Remove always included kconfig.h
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> Link: https://patch.msgid.link/20260717171635.1783543-1-andriy.shevchenko@linux.intel.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/acpi/nhlt.h1
1 files changed, 0 insertions, 1 deletions
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>