diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2000-09-20 22:53:39 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2000-09-20 22:53:39 +0000 |
commit | de69fdf50b0c4a7db6616d494a19b5da4ca4a18b (patch) | |
tree | e22218c86c7a6fe332133772c59a1ad2fe59249a /usr.sbin/acpi/amldb/aml/aml_parse.c | |
parent | ef70022f844efbe7329a5fe222fa0b475c9374cf (diff) | |
download | FreeBSD-src-de69fdf50b0c4a7db6616d494a19b5da4ca4a18b.zip FreeBSD-src-de69fdf50b0c4a7db6616d494a19b5da4ca4a18b.tar.gz |
Add new function in AML interpreter; aml_invoke_method().
Also remove unneeded includes in aml_obj.c and aml_parse.c.
This new function takes 'struct aml_name *' as a argument rather than
'char *' where aml_invoke_method_by_name() does. It's worth to have
these two interfaces in many cases.
Diffstat (limited to 'usr.sbin/acpi/amldb/aml/aml_parse.c')
-rw-r--r-- | usr.sbin/acpi/amldb/aml/aml_parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/acpi/amldb/aml/aml_parse.c b/usr.sbin/acpi/amldb/aml/aml_parse.c index 560c910..f98977d 100644 --- a/usr.sbin/acpi/amldb/aml/aml_parse.c +++ b/usr.sbin/acpi/amldb/aml/aml_parse.c @@ -54,7 +54,6 @@ #include "debug.h" #else /* _KERNEL */ -#include <sys/bus.h> #include <sys/systm.h> #endif /* !_KERNEL */ |