acpi: make build_*() routines static to aml-build.c
commitaf59b35ce1aa3e69488e7308b632d5af2ac54948
authorIgor Mammedov <imammedo@redhat.com>
Fri, 20 Feb 2015 18:22:20 +0000 (20 18:22 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 1 Mar 2015 11:33:23 +0000 (1 12:33 +0100)
treee039af3f76cddc595e7efe56bbb438f84cdc8960
parent72f15d6e53485e8d1754e56e0013bed2e5816fa8
acpi: make build_*() routines static to aml-build.c

build_*() routines were used for composing AML
structures manually in acpi-build.c but after
conversion to AML API they are not used outside
of aml-build.c anymore, so hide them from external
users.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/aml-build.c
include/hw/acpi/aml-build.h