X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Facpi%2Facpica%2Fexstore.c;fp=drivers%2Facpi%2Fexecuter%2Fexstore.c;h=e35e9b4f6a4e68b5122a8471145740df389dadba;hb=b2576e1d4408e134e2188c967b1f28af39cd79d4;hp=1c118ba78adbd657dc0f22f40dad33bd8b7391e9;hpb=2150edc6c5cf00f7adb54538b9ea2a3e9cedca3f;p=linux-2.6-omap-h63xx.git diff --git a/drivers/acpi/executer/exstore.c b/drivers/acpi/acpica/exstore.c similarity index 99% rename from drivers/acpi/executer/exstore.c rename to drivers/acpi/acpica/exstore.c index 1c118ba78ad..e35e9b4f6a4 100644 --- a/drivers/acpi/executer/exstore.c +++ b/drivers/acpi/acpica/exstore.c @@ -43,10 +43,11 @@ */ #include -#include -#include -#include -#include +#include "accommon.h" +#include "acdispat.h" +#include "acinterp.h" +#include "amlcode.h" +#include "acnamesp.h" #define _COMPONENT ACPI_EXECUTER ACPI_MODULE_NAME("exstore")