diff options
author | Len Brown <len.brown@intel.com> | 2009-01-09 00:30:03 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-09 03:31:01 -0500 |
commit | e2f7a7772880458edff1b1cc5a988947229fac26 (patch) | |
tree | 049be58c6b7de3d8453deaaa606d2080ade7d51f /drivers/acpi/acpica/psparse.c | |
parent | 95b482a8d31116f3f5c2a5089569393234d06385 (diff) |
ACPICA: hide private headers
Signed-off-by: Len Brown <len.brown@intel.com>
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") |