aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/acpi
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2020-03-21 12:25:49 +0100
committerPeter Zijlstra <peterz@infradead.org>2020-03-21 16:00:21 +0100
commitdf23e2be3d240b67222375062ce873f5ec84854d (patch)
tree5685ebc61f6cfaa0c83b33c90b57516d3ed3c3bd /include/acpi
parentorinoco_usb: Use the regular completion interfaces (diff)
downloadwireguard-linux-df23e2be3d240b67222375062ce873f5ec84854d.tar.xz
wireguard-linux-df23e2be3d240b67222375062ce873f5ec84854d.zip
acpi: Remove header dependency
In order to avoid future header hell, remove the inclusion of proc_fs.h from acpi_bus.h. All it needs is a forward declaration of a struct. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lkml.kernel.org/r/20200321113241.246190285@linutronix.de
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index 0c23fd0548d1..a92bea7184a8 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -80,7 +80,7 @@ bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
#ifdef CONFIG_ACPI
-#include <linux/proc_fs.h>
+struct proc_dir_entry;
#define ACPI_BUS_FILE_ROOT "acpi"
extern struct proc_dir_entry *acpi_root_dir;