diff options
author | Bob Moore <robert.moore@intel.com> | 2008-12-30 20:01:23 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-12-31 07:15:40 +0100 |
commit | 50df4d8b0f6e1971b930f3158c9ee0e4263e636d (patch) | |
tree | bb2dbcf70009cab8af7011ec6f3cdfc1b9b7d14d /drivers/acpi/dispatcher/dsutils.c | |
parent | ACPI: remove private acpica headers from driver files (diff) | |
download | linux-50df4d8b0f6e1971b930f3158c9ee0e4263e636d.tar.xz linux-50df4d8b0f6e1971b930f3158c9ee0e4263e636d.zip |
ACPICA: Restructure includes into public/private
acpi.h now includes only the "public" acpica headers. All other
acpica headers are "private" and should not be included by acpica
users. One new file, accommon.h is used to include the commonly
used private headers for acpica code generation. Future plans
are to move all private headers to a new subdirectory.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/dispatcher/dsutils.c')
-rw-r--r-- | drivers/acpi/dispatcher/dsutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/dispatcher/dsutils.c b/drivers/acpi/dispatcher/dsutils.c index b398982f0d8b..9c88846ca2ce 100644 --- a/drivers/acpi/dispatcher/dsutils.c +++ b/drivers/acpi/dispatcher/dsutils.c @@ -42,6 +42,7 @@ */ #include <acpi/acpi.h> +#include <acpi/accommon.h> #include <acpi/acparser.h> #include <acpi/amlcode.h> #include <acpi/acdispat.h> |