all: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Feb 2016 19:01:23 +0000 (19:01 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2016 14:29:28 +0000 (14:29 +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>
Reviewed-by: Eric Blake <eblake@redhat.com>
hw/arm/bcm2835_peripherals.c
hw/arm/bcm2836.c
hw/arm/raspi.c
hw/intc/bcm2835_ic.c
hw/intc/bcm2836_control.c
hw/misc/bcm2835_mbox.c
hw/misc/bcm2835_property.c
stubs/blockdev-close-all-bdrv-states.c

index e4fb48b8035c69f106474bcd96dd85160a42c96c..72467fd907b37a0f769f40b7460fc5ed8a7116d0 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GNU GPLv2 and later.
  */
 
+#include "qemu/osdep.h"
 #include "hw/arm/bcm2835_peripherals.h"
 #include "hw/misc/bcm2835_mbox_defs.h"
 #include "hw/arm/raspi_platform.h"
index 8a4d13c7d9734019ea09e919c67cc17fd9f01c91..15c7622ad1713a6065db7741a78da10a4feeb82e 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GNU GPLv2 and later.
  */
 
+#include "qemu/osdep.h"
 #include "hw/arm/bcm2836.h"
 #include "hw/arm/raspi_platform.h"
 #include "hw/sysbus.h"
index 7d3d21ab32442a6b39baae086b865ca95101c3ac..48d014c8d30cf08697017be5125554702e4e4d9b 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GNU GPLv2 and later.
  */
 
+#include "qemu/osdep.h"
 #include "hw/arm/bcm2836.h"
 #include "qemu/error-report.h"
 #include "hw/boards.h"
index 005a72b1e2112099324eb1833a90a77a764bb700..80513b28fdc4bfdb664294f24ce3ac8c7dc1f848 100644 (file)
@@ -12,6 +12,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/intc/bcm2835_ic.h"
 
 #define GPU_IRQS 64
index ad622aa99fec47fae92e8a749cd73e00ab89541b..d0271810cce06ae36c57314141236f1edc00d6ea 100644 (file)
@@ -13,6 +13,7 @@
  * https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2836/QA7_rev3.4.pdf
  */
 
+#include "qemu/osdep.h"
 #include "hw/intc/bcm2836_control.h"
 
 #define REG_GPU_ROUTE           0x0c
index df1d6e6ad6a7c218d1b67ca3db7460fe0c4243d6..500baba7c0cb644449df6fb97ef1c701256e6ea2 100644 (file)
@@ -8,6 +8,7 @@
  *   https://github.com/raspberrypi/firmware/wiki/Accessing-mailboxes
  */
 
+#include "qemu/osdep.h"
 #include "hw/misc/bcm2835_mbox.h"
 
 #define MAIL0_PEEK   0x90
index 45bd6c18ce90595e4132c1d4447a1aae76bfe31a..581922abd75e12bf8be1df194089b02f2827d5fd 100644 (file)
@@ -3,6 +3,7 @@
  * This code is licensed under the GNU GPLv2 and later.
  */
 
+#include "qemu/osdep.h"
 #include "hw/misc/bcm2835_property.h"
 #include "hw/misc/bcm2835_mbox_defs.h"
 #include "sysemu/dma.h"
index 12d2442362f1771e9a95a1a6878f6f5391cab101..f1f1d9cdca8bf0e0652174b6f8639145db07fe85 100644 (file)
@@ -1,3 +1,4 @@
+#include "qemu/osdep.h"
 #include "block/block_int.h"
 
 void blockdev_close_all_bdrv_states(void)
This page took 0.035421 seconds and 4 git commands to generate.