diff options
| author | Patrick Mochel <mochel@osdl.org> | 2003-02-12 05:55:26 -0600 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2003-02-12 05:55:26 -0600 |
| commit | d2af36f7c433b73a30b17dfc078a046d207ced9e (patch) | |
| tree | aceb087c34254c681d615ee4895fc0be03b6e7cc /drivers/acpi/processor.c | |
| parent | 7549699bdce6eaaa094ae5c78159228bec34e2ba (diff) | |
acpi: make source files look in <acpi/...> for headers. (other top-level files)
Diffstat (limited to 'drivers/acpi/processor.c')
| -rw-r--r-- | drivers/acpi/processor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/processor.c b/drivers/acpi/processor.c index 38960418e6d9..6ff3a1e1e308 100644 --- a/drivers/acpi/processor.c +++ b/drivers/acpi/processor.c @@ -44,9 +44,9 @@ #include <asm/system.h> #include <asm/delay.h> -#include "acpi_bus.h" -#include "acpi_drivers.h" -#include "processor.h" +#include <acpi/acpi_bus.h> +#include <acpi/acpi_drivers.h> +#include <acpi/processor.h> #define ACPI_PROCESSOR_COMPONENT 0x01000000 |
