diff options
Diffstat (limited to 'drivers/acpi/dispatcher')
-rw-r--r-- | drivers/acpi/dispatcher/dsfield.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dsinit.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dsmethod.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dsmthdat.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dsobject.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dsopcode.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dsutils.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dswexec.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dswload.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dswscope.c | 1 | ||||
-rw-r--r-- | drivers/acpi/dispatcher/dswstate.c | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/drivers/acpi/dispatcher/dsfield.c b/drivers/acpi/dispatcher/dsfield.c index f988a5e7d2b4..5fbc24075b44 100644 --- a/drivers/acpi/dispatcher/dsfield.c +++ b/drivers/acpi/dispatcher/dsfield.c | |||
@@ -42,6 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/amlcode.h> | 46 | #include <acpi/amlcode.h> |
46 | #include <acpi/acdispat.h> | 47 | #include <acpi/acdispat.h> |
47 | #include <acpi/acinterp.h> | 48 | #include <acpi/acinterp.h> |
diff --git a/drivers/acpi/dispatcher/dsinit.c b/drivers/acpi/dispatcher/dsinit.c index 949f7c75029e..4f1cdd823fcc 100644 --- a/drivers/acpi/dispatcher/dsinit.c +++ b/drivers/acpi/dispatcher/dsinit.c | |||
@@ -42,6 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/acdispat.h> | 46 | #include <acpi/acdispat.h> |
46 | #include <acpi/acnamesp.h> | 47 | #include <acpi/acnamesp.h> |
47 | #include <acpi/actables.h> | 48 | #include <acpi/actables.h> |
diff --git a/drivers/acpi/dispatcher/dsmethod.c b/drivers/acpi/dispatcher/dsmethod.c index 77b7039a26e4..64ebccb6e382 100644 --- a/drivers/acpi/dispatcher/dsmethod.c +++ b/drivers/acpi/dispatcher/dsmethod.c | |||
@@ -42,6 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/amlcode.h> | 46 | #include <acpi/amlcode.h> |
46 | #include <acpi/acdispat.h> | 47 | #include <acpi/acdispat.h> |
47 | #include <acpi/acinterp.h> | 48 | #include <acpi/acinterp.h> |
diff --git a/drivers/acpi/dispatcher/dsmthdat.c b/drivers/acpi/dispatcher/dsmthdat.c index d03f81bd1bcb..a1a11996a651 100644 --- a/drivers/acpi/dispatcher/dsmthdat.c +++ b/drivers/acpi/dispatcher/dsmthdat.c | |||
@@ -42,6 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/acdispat.h> | 46 | #include <acpi/acdispat.h> |
46 | #include <acpi/acnamesp.h> | 47 | #include <acpi/acnamesp.h> |
47 | #include <acpi/acinterp.h> | 48 | #include <acpi/acinterp.h> |
diff --git a/drivers/acpi/dispatcher/dsobject.c b/drivers/acpi/dispatcher/dsobject.c index 4f08e599d07e..6e6c73cc39ff 100644 --- a/drivers/acpi/dispatcher/dsobject.c +++ b/drivers/acpi/dispatcher/dsobject.c | |||
@@ -42,6 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/acparser.h> | 46 | #include <acpi/acparser.h> |
46 | #include <acpi/amlcode.h> | 47 | #include <acpi/amlcode.h> |
47 | #include <acpi/acdispat.h> | 48 | #include <acpi/acdispat.h> |
diff --git a/drivers/acpi/dispatcher/dsopcode.c b/drivers/acpi/dispatcher/dsopcode.c index 50c892a49fa3..cb8a0d3109f0 100644 --- a/drivers/acpi/dispatcher/dsopcode.c +++ b/drivers/acpi/dispatcher/dsopcode.c | |||
@@ -43,6 +43,7 @@ | |||
43 | */ | 43 | */ |
44 | 44 | ||
45 | #include <acpi/acpi.h> | 45 | #include <acpi/acpi.h> |
46 | #include <acpi/accommon.h> | ||
46 | #include <acpi/acparser.h> | 47 | #include <acpi/acparser.h> |
47 | #include <acpi/amlcode.h> | 48 | #include <acpi/amlcode.h> |
48 | #include <acpi/acdispat.h> | 49 | #include <acpi/acdispat.h> |
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 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/acparser.h> | 46 | #include <acpi/acparser.h> |
46 | #include <acpi/amlcode.h> | 47 | #include <acpi/amlcode.h> |
47 | #include <acpi/acdispat.h> | 48 | #include <acpi/acdispat.h> |
diff --git a/drivers/acpi/dispatcher/dswexec.c b/drivers/acpi/dispatcher/dswexec.c index 396fe12078cd..2482cbd37f25 100644 --- a/drivers/acpi/dispatcher/dswexec.c +++ b/drivers/acpi/dispatcher/dswexec.c | |||
@@ -43,6 +43,7 @@ | |||
43 | */ | 43 | */ |
44 | 44 | ||
45 | #include <acpi/acpi.h> | 45 | #include <acpi/acpi.h> |
46 | #include <acpi/accommon.h> | ||
46 | #include <acpi/acparser.h> | 47 | #include <acpi/acparser.h> |
47 | #include <acpi/amlcode.h> | 48 | #include <acpi/amlcode.h> |
48 | #include <acpi/acdispat.h> | 49 | #include <acpi/acdispat.h> |
diff --git a/drivers/acpi/dispatcher/dswload.c b/drivers/acpi/dispatcher/dswload.c index dff7a3e445a8..2d71ceda3d56 100644 --- a/drivers/acpi/dispatcher/dswload.c +++ b/drivers/acpi/dispatcher/dswload.c | |||
@@ -42,6 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/acparser.h> | 46 | #include <acpi/acparser.h> |
46 | #include <acpi/amlcode.h> | 47 | #include <acpi/amlcode.h> |
47 | #include <acpi/acdispat.h> | 48 | #include <acpi/acdispat.h> |
diff --git a/drivers/acpi/dispatcher/dswscope.c b/drivers/acpi/dispatcher/dswscope.c index 9e6073265873..8030541a49f7 100644 --- a/drivers/acpi/dispatcher/dswscope.c +++ b/drivers/acpi/dispatcher/dswscope.c | |||
@@ -42,6 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/acdispat.h> | 46 | #include <acpi/acdispat.h> |
46 | 47 | ||
47 | #define _COMPONENT ACPI_DISPATCHER | 48 | #define _COMPONENT ACPI_DISPATCHER |
diff --git a/drivers/acpi/dispatcher/dswstate.c b/drivers/acpi/dispatcher/dswstate.c index b00d4af791aa..a7543c43c151 100644 --- a/drivers/acpi/dispatcher/dswstate.c +++ b/drivers/acpi/dispatcher/dswstate.c | |||
@@ -42,6 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <acpi/acpi.h> | 44 | #include <acpi/acpi.h> |
45 | #include <acpi/accommon.h> | ||
45 | #include <acpi/acparser.h> | 46 | #include <acpi/acparser.h> |
46 | #include <acpi/acdispat.h> | 47 | #include <acpi/acdispat.h> |
47 | #include <acpi/acnamesp.h> | 48 | #include <acpi/acnamesp.h> |