summaryrefslogtreecommitdiffstats
path: root/hw/misc/arm_sysctl.c
diff options
context:
space:
mode:
authorPaolo Bonzini2015-12-15 13:16:16 +0100
committerPaolo Bonzini2016-05-19 16:42:29 +0200
commit03dd024ff57733a55cd2e455f361d053c81b1b29 (patch)
treee2787158c48a79a66fadcd632cfe6f9d230fcdda /hw/misc/arm_sysctl.c
parentmips: move CP0 functions out of cpu.h (diff)
downloadqemu-03dd024ff57733a55cd2e455f361d053c81b1b29.tar.gz
qemu-03dd024ff57733a55cd2e455f361d053c81b1b29.tar.xz
qemu-03dd024ff57733a55cd2e455f361d053c81b1b29.zip
hw: explicitly include qemu/log.h
Move the inclusion out of hw/hw.h, most files do not need it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/misc/arm_sysctl.c')
-rw-r--r--hw/misc/arm_sysctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/arm_sysctl.c b/hw/misc/arm_sysctl.c
index 34d90d5230..8524008708 100644
--- a/hw/misc/arm_sysctl.c
+++ b/hw/misc/arm_sysctl.c
@@ -14,6 +14,7 @@
#include "hw/sysbus.h"
#include "hw/arm/primecell.h"
#include "sysemu/sysemu.h"
+#include "qemu/log.h"
#define LOCK_VALUE 0xa05f