summaryrefslogtreecommitdiff
path: root/include/acpi/acpi_numa.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2021-11-10 13:16:40 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-11-24 17:44:04 +0100
commit6fd13452c1a2e6dfe5b9a4c84c1144383cc55472 (patch)
treecbb8748c4043b796dfdf23ce89e8e76e80eb2fa9 /include/acpi/acpi_numa.h
parent136057256686de39cc3a07c2e39ef6bc43003ff6 (diff)
ACPI: processor: Replace kernel.h with the necessary inclusions
When kernel.h is used in the headers it adds a lot into dependency hell, especially when there are circular dependencies are involved. Replace kernel.h inclusion with the list of what is really being used. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/acpi_numa.h')
-rw-r--r--include/acpi/acpi_numa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acpi_numa.h b/include/acpi/acpi_numa.h
index 68e4d80c1b32..b5f594754a9e 100644
--- a/include/acpi/acpi_numa.h
+++ b/include/acpi/acpi_numa.h
@@ -3,7 +3,6 @@
#define __ACPI_NUMA_H
#ifdef CONFIG_ACPI_NUMA
-#include <linux/kernel.h>
#include <linux/numa.h>
/* Proximity bitmap length */