From 0445259ba686f9ddf395f700c7d5b1ac400a451c Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 15 Apr 2013 09:19:22 +0300 Subject: 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 Signed-off-by: Paolo Bonzini --- arch_init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch_init.c') diff --git a/arch_init.c b/arch_init.c index 769ce77e61..fba0889bc7 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, ...) \ -- cgit v1.2.1