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 /sys/dev/acpi/aml/aml_obj.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 'sys/dev/acpi/aml/aml_obj.c')
-rw-r--r-- | sys/dev/acpi/aml/aml_obj.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpi/aml/aml_obj.c b/sys/dev/acpi/aml/aml_obj.c index 6634d43..62c443f 100644 --- a/sys/dev/acpi/aml/aml_obj.c +++ b/sys/dev/acpi/aml/aml_obj.c @@ -48,7 +48,6 @@ #include <stdlib.h> #include <string.h> #else /* _KERNEL */ -#include <sys/bus.h> #include <sys/systm.h> #endif /* !_KERNEL */ |