summaryrefslogtreecommitdiff
path: root/drivers/acpi/debug.c
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-02-12 05:41:39 -0600
committerPatrick Mochel <mochel@osdl.org>2003-02-12 05:41:39 -0600
commit65d2f2ce8ceb62aba2347ee93691c3d4dbfcb56a (patch)
tree634b78c339a535fd6e011a066278d10eb107b47c /drivers/acpi/debug.c
parent9bf6aeeabad65340becc872d10b11d4a2611bd92 (diff)
acpi: make source files look for headers in <acpi/ (top level files)
Diffstat (limited to 'drivers/acpi/debug.c')
-rw-r--r--drivers/acpi/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/debug.c b/drivers/acpi/debug.c
index 3de22cac1ace..dd1ca5b2fbfd 100644
--- a/drivers/acpi/debug.c
+++ b/drivers/acpi/debug.c
@@ -5,7 +5,7 @@
#include <linux/proc_fs.h>
#include <linux/init.h>
#include <asm/uaccess.h>
-#include "acpi_drivers.h"
+#include <acpi/acpi_drivers.h>
#define _COMPONENT ACPI_SYSTEM_COMPONENT
ACPI_MODULE_NAME ("debug")