diff options
Diffstat (limited to 'drivers/acpi/acpica/psparse.c')
-rw-r--r-- | drivers/acpi/acpica/psparse.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/acpi/acpica/psparse.c b/drivers/acpi/acpica/psparse.c index 9da48fdb811a..70838e9b608c 100644 --- a/drivers/acpi/acpica/psparse.c +++ b/drivers/acpi/acpica/psparse.c | |||
@@ -51,12 +51,12 @@ | |||
51 | */ | 51 | */ |
52 | 52 | ||
53 | #include <acpi/acpi.h> | 53 | #include <acpi/acpi.h> |
54 | #include <acpi/accommon.h> | 54 | #include "accommon.h" |
55 | #include <acpi/acparser.h> | 55 | #include "acparser.h" |
56 | #include <acpi/acdispat.h> | 56 | #include "acdispat.h" |
57 | #include <acpi/amlcode.h> | 57 | #include "amlcode.h" |
58 | #include <acpi/acnamesp.h> | 58 | #include "acnamesp.h" |
59 | #include <acpi/acinterp.h> | 59 | #include "acinterp.h" |
60 | 60 | ||
61 | #define _COMPONENT ACPI_PARSER | 61 | #define _COMPONENT ACPI_PARSER |
62 | ACPI_MODULE_NAME("psparse") | 62 | ACPI_MODULE_NAME("psparse") |