arm: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:05 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 15:07:23 +0000 (15:07 +0000)
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-13-git-send-email-peter.maydell@linaro.org

65 files changed:
disas/arm.c
hw/char/cadence_uart.c
hw/char/digic-uart.c
hw/char/exynos4210_uart.c
hw/char/imx_serial.c
hw/char/pl011.c
hw/display/exynos4210_fimd.c
hw/display/pl110.c
hw/display/pxa2xx_lcd.c
hw/dma/pl080.c
hw/dma/pl330.c
hw/dma/pxa2xx_dma.c
hw/gpio/imx_gpio.c
hw/gpio/pl061.c
hw/i2c/exynos4210_i2c.c
hw/i2c/imx_i2c.c
hw/i2c/versatile_i2c.c
hw/input/pl050.c
hw/input/pxa2xx_keypad.c
hw/input/stellaris_input.c
hw/intc/allwinner-a10-pic.c
hw/intc/arm_gic.c
hw/intc/arm_gic_common.c
hw/intc/arm_gic_kvm.c
hw/intc/arm_gicv2m.c
hw/intc/arm_gicv3_common.c
hw/intc/arm_gicv3_kvm.c
hw/intc/armv7m_nvic.c
hw/intc/exynos4210_combiner.c
hw/intc/exynos4210_gic.c
hw/intc/imx_avic.c
hw/intc/pl190.c
hw/intc/realview_gic.c
hw/misc/a9scu.c
hw/misc/arm11scu.c
hw/misc/exynos4210_pmu.c
hw/misc/imx25_ccm.c
hw/misc/imx31_ccm.c
hw/misc/imx_ccm.c
hw/misc/zynq_slcr.c
hw/net/allwinner_emac.c
hw/net/cadence_gem.c
hw/net/imx_fec.c
hw/net/stellaris_enet.c
hw/net/xgmac.c
hw/pci-host/versatile.c
hw/pcmcia/pxa2xx.c
hw/sd/pl181.c
hw/sd/pxa2xx_mmci.c
hw/ssi/xilinx_spi.c
hw/ssi/xilinx_spips.c
hw/timer/a9gtimer.c
hw/timer/allwinner-a10-pit.c
hw/timer/arm_mptimer.c
hw/timer/arm_timer.c
hw/timer/cadence_ttc.c
hw/timer/digic-timer.c
hw/timer/exynos4210_mct.c
hw/timer/exynos4210_pwm.c
hw/timer/exynos4210_rtc.c
hw/timer/imx_epit.c
hw/timer/imx_gpt.c
hw/timer/pl031.c
hw/timer/pxa2xx_timer.c
target-arm/arch_dump.c

index 7a7354b76a35956accff18dff9e01d8f742f3802..70da5298a086610e0a1de5890d81c6fdc37d8e5e 100644 (file)
@@ -22,6 +22,7 @@
 /* Start of qemu specific additions.  Mostly this is stub definitions
    for things we don't care about.  */
 
+#include "qemu/osdep.h"
 #include "disas/bfd.h"
 #define ATTRIBUTE_UNUSED __attribute__((unused))
 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n')
index 9d379e5b15744bffb9d9773f6d673993e3810f87..b590d990d4939939571c4fcc87f4b70b1ea4813f 100644 (file)
@@ -16,6 +16,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/char/cadence_uart.h"
 
 #ifdef CADENCE_UART_ERR_DEBUG
index 6d44576fff90c6a8c86ca8a048caecf2216756d3..d3bc533d7c4d537be33c00930ff621eb2f1e7cb0 100644 (file)
@@ -26,6 +26,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/sysbus.h"
 #include "sysemu/char.h"
index 2736b37e7135f649391809389b63b41f62a9671f..885ecc027b231a5cafdf9d740215a221a9c5999b 100644 (file)
@@ -19,6 +19,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/error-report.h"
 #include "sysemu/sysemu.h"
index f30f9c24be24757ae102f0e2187e79adf4deeed5..6df74ac7c44d7849c25709fef3869c52105f005c 100644 (file)
@@ -18,6 +18,7 @@
  *     is a real serial device.
  */
 
+#include "qemu/osdep.h"
 #include "hw/char/imx_serial.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/char.h"
index eac6fac0939693bc44eeb78dc95115731c3601e5..210c87b4c2bd000d80c359ca5c05d43c64210677 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "sysemu/char.h"
 
index 45239e836af5217a6dcd9492c7ad399acdbaba6f..728eb214a4bde25ce9edb27a0fcea94adc0a3572 100644 (file)
@@ -22,6 +22,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "hw/sysbus.h"
 #include "ui/console.h"
index ef1a7b1a583af354676009a5ff67e520c64447e6..d589959f1b80052925cb1eca7aa3bc002d9d2ab7 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GNU LGPL
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "ui/console.h"
 #include "framebuffer.h"
index 4d36c9470762e3ff501c853960f53dd2dcb49710..845521c5b24e08b225fdccfbfa71db4d0b9ed652 100644 (file)
@@ -10,6 +10,7 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "ui/console.h"
 #include "hw/arm/pxa.h"
index b89b4744f79fe4562ec4b4f24c61c6f65482bd06..9318108b81977fa41e98de0ce889e50ae02278f2 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "exec/address-spaces.h"
 
index 5be3df521de7b138d0a1c74b99f67ae93778ad07..37ea7e41ffc09f4d05ac3291ac5edf3b12aee75f 100644 (file)
@@ -14,6 +14,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "sysemu/dma.h"
index 54cdb25a32c8975d6a1c74438cef070643cf7ce7..2306abc35b927921236a48a969a146e7c2a738eb 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/arm/pxa.h"
 #include "hw/sysbus.h"
index a6d7cab7dc9786f85cc348b385546466a7668482..ed7e247f5667e969cd3598b39c35d89ae9d86bef 100644 (file)
@@ -17,6 +17,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/gpio/imx_gpio.h"
 
 #ifndef DEBUG_IMX_GPIO
index 4ba730b47641b4d0f96b9bb7cf4e6d6ac76e516a..e5a696ef435f9e0523ca8acbd60dc330f8a6e8b6 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 
 //#define DEBUG_PL061 1
index fb99dfda1775a350f756e61a10bd99860e6541c0..8c2a2c1632de288ed4116b142dcd9e1afb26fc93 100644 (file)
@@ -20,6 +20,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "qemu/timer.h"
 #include "hw/sysbus.h"
 #include "hw/i2c/i2c.h"
index cb62c7a2c9302cd23e4a5a19aab54cabc2de7ce6..e43544876b57675d72d19bca4e99be32139a3c6a 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "hw/i2c/imx_i2c.h"
 #include "hw/i2c/i2c.h"
 
index 3c0c2c10675e58d9a612c4d669cb8eb2d11ecc10..fee3bc7619bcfcee0ad670f7c118269780bbd811 100644 (file)
@@ -21,6 +21,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "bitbang_i2c.h"
 
index c1b08d5a407812d205e38a8942b00674bdcbf852..3092b0fe3b460d2714ace4060bb15393786fee2e 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/input/ps2.h"
 
index 85011145e66020b774c7588dc7d91fcc760e34ac..2b70bbb95c1f4b9974e0f30afad24e6b4c3afc0a 100644 (file)
@@ -11,6 +11,7 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/arm/pxa.h"
 #include "ui/console.h"
index 4d86c04e5157e5ab7a6f7d8de1114ac4ff39d467..99168bfeef1354a9c7d5b06346ad7add57eef2a9 100644 (file)
@@ -6,6 +6,7 @@
  *
  * This code is licensed under the GPL.
  */
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/devices.h"
 #include "ui/console.h"
index eed7621f1367dc873baeca603b660cc3ea0f84e5..dc971a1603a41e387f2dbb03900e9b2b8c65fbb5 100644 (file)
@@ -15,6 +15,7 @@
  * for more details.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/devices.h"
 #include "sysemu/sysemu.h"
index cd60176ff754c6677304a38a270eca31c6f6968e..60ab9b858b15fbe39938a9ea1c8586e0641e4adb 100644 (file)
@@ -18,6 +18,7 @@
  *  armv7m_nvic device.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "gic_internal.h"
 #include "qom/cpu.h"
index 9c82b972937853a0a7bbf642eb4ba2e15b839502..ac8cf42eb8d6e21f2e39852dffc5d7415e14a45e 100644 (file)
@@ -18,6 +18,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "gic_internal.h"
 #include "hw/arm/linux-boot-if.h"
 
index 0ceebbf87e244a049fae2b16c3e5123d25b4fde5..e61c5d9d471722c84e957ee1bf1497056b9f14db 100644 (file)
@@ -19,6 +19,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "migration/migration.h"
 #include "sysemu/kvm.h"
index 43d1976c49a5aee92353e1f65a82b4db9b5a612b..70c0b97d99e03bf3a221d76633a94f517d6ff699 100644 (file)
@@ -25,6 +25,7 @@
  * identification registers and with a single non-secure MSI register frame.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/pci/msi.h"
 
index 032ece21665cce7a6b30c2dcb6b7cecb58b765c3..e4f0f5a58918d974e2ca9b728b3f74fb1b401d1c 100644 (file)
@@ -20,6 +20,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/intc/arm_gicv3_common.h"
 
 static void gicv3_pre_save(void *opaque)
index b48f78f13d05cf427a2189a6ec5f40297124fc32..90c79507047671ea95783e92d36d1fcd5c7808e1 100644 (file)
@@ -19,6 +19,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/intc/arm_gicv3_common.h"
 #include "hw/sysbus.h"
 #include "sysemu/kvm.h"
index 6fc167e230aff791474abb102d3b51ac5a202f07..92f6a44eeccd0c56b172a635699024ef2e03ada9 100644 (file)
@@ -10,6 +10,7 @@
  * NVIC.  Much of that is also implemented here.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "hw/arm/arm.h"
index a6b70289063a6a881825c86a696ba92eac0013f8..dc0c903266dedb02f2205dd2197f8a37069ab43d 100644 (file)
@@ -27,6 +27,7 @@
  * IRQs are passed to GIC through Combiner.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 
 #include "hw/arm/exynos4210.h"
index b2a4950bc3f3ff0e59a3da3c68d014dd020219d3..4f7e89f7b808fb80c50ba62ff36a3b4e26a52087 100644 (file)
@@ -20,6 +20,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu-common.h"
 #include "hw/irq.h"
index e0535ffc57e43fa810df2f98097278129ee2815c..702765577423e51cce97c818b375177ab88e3bdb 100644 (file)
@@ -15,6 +15,7 @@
  * TODO: implement vectors.
  */
 
+#include "qemu/osdep.h"
 #include "hw/intc/imx_avic.h"
 
 #ifndef DEBUG_IMX_AVIC
index 2bf359a76b05d92cab2e3ca40017a33677582a62..5ecbc4a485788cd7e0e380295b53b3b49a4c0596 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 
 /* The number of virtual priority levels.  16 user vectors plus the
index 6c812961ccc20960705ef8e121fa017c46ed3337..291f1966374c73334ec14254e80d5ea2f025370d 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/intc/realview_gic.h"
 
 static void realview_gic_set_irq(void *opaque, int irq, int level)
index 4434945908095064b9d518bba00c829021d4a436..3e8ad8cd735d65ed5014b87b601ac9328a9fd1cd 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/misc/a9scu.h"
 
 static uint64_t a9_scu_read(void *opaque, hwaddr offset,
index a791675443aefc8a0f6213ae8d249f3971f8665a..5e54b494be633fc0c94c51197e3515bf8eba0b2d 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/misc/arm11scu.h"
 
 static uint64_t mpcore_scu_read(void *opaque, hwaddr offset,
index 2b118c72552a956d0297ea439eeed0884ce57c46..889abadfe98bf5644187436789356cfcc06afab3 100644 (file)
@@ -24,6 +24,7 @@
  * uses PMU INFORM5 register as a holding pen.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 
 #ifndef DEBUG_PMU
index 90752fd7a139811e49e5f1be25301f47ca7fb1fa..498e84c907281812fa2e95d68f3228c2135187fc 100644 (file)
@@ -11,6 +11,7 @@
  * the CCM.
  */
 
+#include "qemu/osdep.h"
 #include "hw/misc/imx25_ccm.h"
 
 #ifndef DEBUG_IMX25_CCM
index c47b96f2ac2067e0f5f36450f12e482aca57a953..17640bf2ec06c1e60312ac797a2f28735c6d5209 100644 (file)
@@ -11,6 +11,7 @@
  * the i.MX31 CCM.
  */
 
+#include "qemu/osdep.h"
 #include "hw/misc/imx31_ccm.h"
 
 #define CKIH_FREQ 26000000 /* 26MHz crystal input */
index 0c9740bd7aef71480416ee77b1bf8555352916f2..986d890caf0db3eeb0fbf93922b6b9811120ffa3 100644 (file)
@@ -11,6 +11,7 @@
  * retrieve the CCM frequencies from the various i.MX SOC.
  */
 
+#include "qemu/osdep.h"
 #include "hw/misc/imx_ccm.h"
 
 #ifndef DEBUG_IMX_CCM
index 3d7870850b985d8fde7e66d9ce8a89586221350e..b1b7591ef608efc3c22f35b16713eb4763f2e437 100644 (file)
@@ -14,6 +14,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "qemu/timer.h"
 #include "hw/sysbus.h"
index 0407dee6dac7019564fdfd2a88d44142cd0e954c..16d4b63ba074efb36315071f30b508e99f6de113 100644 (file)
@@ -16,6 +16,7 @@
  * GNU General Public License for more details.
  *
  */
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "net/net.h"
 #include "qemu/fifo8.h"
index 3639fc17f030b91734be47cdc63d1d742ae43565..f9e409192bed1eb08ea0fa2fcbdb03058ccaa547 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include <zlib.h> /* For crc32 */
 
 #include "hw/net/cadence_gem.h"
index c50bf7ff34062a717b4e8f6acb6782a7a4f4d321..3bd551736d380ec981dd0480feca854032f7586d 100644 (file)
@@ -21,6 +21,7 @@
  *  with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/net/imx_fec.h"
 #include "sysemu/dma.h"
 
index 21a47735d255b0d3b106df08451950e911c3c281..84cf60b303996686eb95aa6cbafadaa5d8532585 100644 (file)
@@ -6,6 +6,7 @@
  *
  * This code is licensed under the GPL.
  */
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "net/net.h"
 #include <zlib.h>
index 15fb681946d08bc928fdfdf4d8ef394a04cfba16..0c5f793bd2609bceb4a46191c12a0586bb1de2cd 100644 (file)
@@ -24,6 +24,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "sysemu/char.h"
 #include "qemu/log.h"
index 7172b90958aa2fdb0423a02fbbb63efdac394cbd..339ec2c508b5dd1a4e8a4858ad099856d9f5e0ab 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the LGPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/pci/pci.h"
 #include "hw/pci/pci_bus.h"
index 812716e1c83b3b253b1a7f504e34deaf93ff57f7..20c9c753d20f04fca767fe83d834086a7cf9f81e 100644 (file)
@@ -10,6 +10,7 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/sysbus.h"
 #include "hw/pcmcia.h"
index 326c53ad92622531658312d262e949423613696c..e87abb20518876dbb83ef1c3d80fcef1c9bdbe94 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/blockdev.h"
 #include "hw/sysbus.h"
index b2170800757d864c6dd722a2af961b92478f269c..81da7b7bbdfa3d1ffcbbd3076318e61a42ae81a9 100644 (file)
@@ -10,6 +10,7 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/arm/pxa.h"
 #include "hw/sd/sd.h"
index 94bb2a765200f99e157a854ef037939a43c33217..33482f04deba111a64c67013d0db57945f1adcc4 100644 (file)
@@ -24,6 +24,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
 #include "qemu/log.h"
index c2a8dda31353b0158ace9d1f9237ecd318e491c4..e2b77dc3defefe8c102b07fa7441f765d1b8b5f5 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
 #include "hw/ptimer.h"
index dd4aae8b3a7ead6d11614f1fcc754b40b7e3ba61..c11a7bc75b7b4ac4b788c3db2ba9bce9906f0132 100644 (file)
@@ -20,6 +20,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/timer/a9gtimer.h"
 #include "qemu/timer.h"
 #include "qemu/bitops.h"
index 34124fe3d1dfba06e584294bea514735c38006c6..51cdc98f3a0aa5807a133bbb708f67c92b798055 100644 (file)
@@ -15,6 +15,7 @@
  * for more details.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "sysemu/sysemu.h"
 #include "hw/timer/allwinner-a10-pit.h"
index 5dfab669f45ecd717cc79d1453da90da307b872c..2bdaf42b72d75633713b9f543de7e093371d0d21 100644 (file)
@@ -19,6 +19,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/timer/arm_mptimer.h"
 #include "qemu/timer.h"
 #include "qom/cpu.h"
index d53f39ad620a48cb8100ca4d26323fb7bff4c87e..ba390ad50b09c9945dfe5677578ed6105d1c2cf3 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "qemu-common.h"
index 35bc88033e66e5fb5bff24ec9339898131073587..03f5b9c206140a837565ef862fe571439b72f9ca 100644 (file)
@@ -16,6 +16,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 
index 7e28e7e5f5ccf9f929aae7038ccac3b0aa770cdc..5b97e1e1a6747c109d7c7266c34c035c74e8015c 100644 (file)
@@ -26,6 +26,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/ptimer.h"
 #include "qemu/main-loop.h"
index 015bbaf1bd1febb864749a92e836af22d607e295..73e547c91f4c8ecd6a679434500593311a02fdc6 100644 (file)
@@ -52,6 +52,7 @@
  * there is no way to avoid frequently events).
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "qemu/main-loop.h"
index 1c1a2b8ff632f97b70f80984cd8d3022298d7b95..38f941f4412abc95cd36b2ffefbb7eaf1800f84a 100644 (file)
@@ -20,6 +20,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "qemu-common.h"
index bf2ee9f80e8931dc1e43a04674a4edb891bdfbdb..33413039aace31dc496c139d657edc2360ddecdf 100644 (file)
@@ -25,6 +25,7 @@
  *  CLKOUTEN Bit[9] not used
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "qemu-common.h"
index 50bf83c253b0be611d1a211526fe593981109ea9..38fbf278fa8e4b2052e99872c2f49388c2e0a294 100644 (file)
@@ -12,6 +12,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "hw/timer/imx_epit.h"
 #include "hw/misc/imx_ccm.h"
 #include "qemu/main-loop.h"
index b1893b8350131afa23de3e96960b2cb9d5b05293..5cdc3b3c8d1328e63af5b8dbda70e8138872fe0d 100644 (file)
@@ -12,6 +12,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "hw/timer/imx_gpt.h"
 #include "hw/misc/imx_ccm.h"
 #include "qemu/main-loop.h"
index 34d9b44e7e3664def811717fa2e3c305e7005f14..d99d18ce519261e4ddb070bafffe11cf524de79f 100644 (file)
@@ -11,6 +11,7 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
index 130e9dc3454a1efe1aa917cbdc19bbe16cbdad7a..0daa69c6b93c2379aa52028e0e7a28355f859d30 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
index f45125ffe6b0b9ec392fcdf81db05df6df0a1b9d..1a9861f69b964eee3fc85a9e35b0c6a56e080af1 100644 (file)
@@ -18,6 +18,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "elf.h"
 #include "sysemu/dump.h"