diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-09-11 21:38:09 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-09-11 21:38:09 +0000 |
commit | 754171ae60abbbd707ed8d449f07ef38f596bd22 (patch) | |
tree | 67d2b76905535d056ba6911186285d0325dc703f /source/components/parser | |
parent | e599b42ef5047e5546af949d87d2cfd2e17062b0 (diff) |
Notes
Diffstat (limited to 'source/components/parser')
-rw-r--r-- | source/components/parser/psloop.c | 1 | ||||
-rw-r--r-- | source/components/parser/psobject.c | 1 | ||||
-rw-r--r-- | source/components/parser/psopcode.c | 1 | ||||
-rw-r--r-- | source/components/parser/psopinfo.c | 1 | ||||
-rw-r--r-- | source/components/parser/psparse.c | 1 | ||||
-rw-r--r-- | source/components/parser/psscope.c | 1 | ||||
-rw-r--r-- | source/components/parser/pstree.c | 1 | ||||
-rw-r--r-- | source/components/parser/psutils.c | 1 | ||||
-rw-r--r-- | source/components/parser/pswalk.c | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/source/components/parser/psloop.c b/source/components/parser/psloop.c index ace1d6b2bbbf..5d5dab496759 100644 --- a/source/components/parser/psloop.c +++ b/source/components/parser/psloop.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - /* * Parse the AML and build an operation tree as most interpreters, (such as * Perl) do. Parsing is done by hand rather than with a YACC generated parser diff --git a/source/components/parser/psobject.c b/source/components/parser/psobject.c index 661817178d8e..2f69a1489728 100644 --- a/source/components/parser/psobject.c +++ b/source/components/parser/psobject.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #include "acpi.h" #include "accommon.h" #include "acparser.h" diff --git a/source/components/parser/psopcode.c b/source/components/parser/psopcode.c index bcfb57dd4a4b..60758e4eb043 100644 --- a/source/components/parser/psopcode.c +++ b/source/components/parser/psopcode.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #include "acpi.h" #include "accommon.h" #include "acopcode.h" diff --git a/source/components/parser/psopinfo.c b/source/components/parser/psopinfo.c index af15d303bad1..d419aa0fa1fb 100644 --- a/source/components/parser/psopinfo.c +++ b/source/components/parser/psopinfo.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #include "acpi.h" #include "accommon.h" #include "acparser.h" diff --git a/source/components/parser/psparse.c b/source/components/parser/psparse.c index 7b8e1b986361..31899bd55a9e 100644 --- a/source/components/parser/psparse.c +++ b/source/components/parser/psparse.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - /* * Parse the AML and build an operation tree as most interpreters, * like Perl, do. Parsing is done by hand rather than with a YACC diff --git a/source/components/parser/psscope.c b/source/components/parser/psscope.c index 1a512410d841..d0068b7913e0 100644 --- a/source/components/parser/psscope.c +++ b/source/components/parser/psscope.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #include "acpi.h" #include "accommon.h" #include "acparser.h" diff --git a/source/components/parser/pstree.c b/source/components/parser/pstree.c index 1d57826e4c88..746d5759f53b 100644 --- a/source/components/parser/pstree.c +++ b/source/components/parser/pstree.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #define __PSTREE_C__ #include "acpi.h" diff --git a/source/components/parser/psutils.c b/source/components/parser/psutils.c index 6c37839c91f7..f6d8c5977ecc 100644 --- a/source/components/parser/psutils.c +++ b/source/components/parser/psutils.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #include "acpi.h" #include "accommon.h" #include "acparser.h" diff --git a/source/components/parser/pswalk.c b/source/components/parser/pswalk.c index 4e41d4bc7174..026205d21e11 100644 --- a/source/components/parser/pswalk.c +++ b/source/components/parser/pswalk.c @@ -41,7 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ - #include "acpi.h" #include "accommon.h" #include "acparser.h" |