commit | 0445259ba686f9ddf395f700c7d5b1ac400a451c | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Apr 15 09:19:22 2013 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 15 15:16:34 2013 +0200 |
tree | f7bde207b666fa32ccf2ff84d6943f8582da3786 | |
parent | 174d5d990c7b08e75677402a71c834b000171c94 [diff] [blame] |
acpi: move declarations from pc.h to acpi.h Functions defined in acpi/ should be declared in acpi.h Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/arch_init.c b/arch_init.c index 769ce77..fba0889 100644 --- a/arch_init.c +++ b/arch_init.c
@@ -49,6 +49,7 @@ #include "qmp-commands.h" #include "trace.h" #include "exec/cpu-all.h" +#include "hw/acpi/acpi.h" #ifdef DEBUG_ARCH_INIT #define DPRINTF(fmt, ...) \