summaryrefslogtreecommitdiffstats
path: root/hw/arm/msf2-som.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2018-06-25 14:41:58 +0200
committerPaolo Bonzini2018-07-02 15:41:12 +0200
commitfc6b3cf9e8ff5290ebac39e846add08e1e3c02c1 (patch)
tree97339858e35777a7699b4e085d11ddf4b6d24f4e /hw/arm/msf2-som.c
parenthw: Use IEC binary prefix definitions from "qemu/units.h" (diff)
downloadqemu-fc6b3cf9e8ff5290ebac39e846add08e1e3c02c1.tar.gz
qemu-fc6b3cf9e8ff5290ebac39e846add08e1e3c02c1.tar.xz
qemu-fc6b3cf9e8ff5290ebac39e846add08e1e3c02c1.zip
hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
These files don't use anything exposed by "qemu/cutils.h", simplify preprocessing including directly "qemu/units.h". Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: David Gibson <david@gibson.dropbear.id.au> (ppc parts) Message-Id: <20180625124238.25339-7-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/arm/msf2-som.c')
-rw-r--r--hw/arm/msf2-som.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/msf2-som.c b/hw/arm/msf2-som.c
index ed533bbde1..2432b5e935 100644
--- a/hw/arm/msf2-som.c
+++ b/hw/arm/msf2-som.c
@@ -23,12 +23,12 @@
*/
#include "qemu/osdep.h"
+#include "qemu/units.h"
#include "qapi/error.h"
#include "qemu/error-report.h"
#include "hw/boards.h"
#include "hw/arm/arm.h"
#include "exec/address-spaces.h"
-#include "qemu/cutils.h"
#include "hw/arm/msf2-soc.h"
#include "cpu.h"