arm devices: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jan 2016 18:17:28 +0000 (18:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 15:07:25 +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-36-git-send-email-peter.maydell@linaro.org

16 files changed:
hw/char/omap_uart.c
hw/char/stm32f2xx_usart.c
hw/char/xilinx_uartlite.c
hw/cpu/a9mpcore.c
hw/cpu/arm11mpcore.c
hw/cpu/realview_mpcore.c
hw/dma/omap_dma.c
hw/dma/xilinx_axidma.c
hw/gpio/omap_gpio.c
hw/gpio/zaurus.c
hw/i2c/omap_i2c.c
hw/input/tsc2005.c
hw/input/tsc210x.c
hw/sd/omap_mmc.c
hw/ssi/omap_spi.c
hw/ssi/pl022.c

index 278ce36cb05d72aeb115b42f12afaad4d886b368..415bec5fac71ec655923b2c2fdad89f1a83fa828 100644 (file)
@@ -17,6 +17,7 @@
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
+#include "qemu/osdep.h"
 #include "sysemu/char.h"
 #include "hw/hw.h"
 #include "hw/arm/omap.h"
index c9d3a1be77fbf784a00bdf21d94e63ff65914d20..a94d61cebc324f2e968a391c5e23f2d95e3c29c2 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/char/stm32f2xx_usart.h"
 
 #ifndef STM_USART_ERR_DEBUG
index ef883a8988ed580771f99fb3396a2b62aeaea88a..911af4a0d76963e4463d21686bcbf605ac2bcd7d 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "sysemu/char.h"
 
index 869818cd8a780a31b4adeb3620089f4ec85b22ca..23c882fe9afdeeeaec0d64847eb263cf4ab16a1d 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/cpu/a9mpcore.h"
 
 static void a9mp_priv_set_irq(void *opaque, int irq, int level)
index 717d3e4f88e6b1d948e9e06f59b4d3642dfb2b1e..5f4ca3192783c721e68ce64214cef1bc0003af7b 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/cpu/arm11mpcore.h"
 #include "hw/intc/realview_gic.h"
 
index c39a2da42de3b1aaf40f008c476de59c0ba06f78..c5c4dfced5791807ecd7f57f4d711aaa231e5b6e 100644 (file)
@@ -8,6 +8,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/cpu/arm11mpcore.h"
 #include "hw/intc/realview_gic.h"
 
index db687309907fd6061d06cbd5cca52e2e67de8fe3..700cd6b43e9a490ade971277e83e0ae90808a5e9 100644 (file)
@@ -17,6 +17,7 @@
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qemu/timer.h"
 #include "hw/arm/omap.h"
index f5ebc1f0e0734554cf7a338ce62a8220fe8b9d62..ce5c1e6fbdf61b9aedc0b44c0f381d5b63ec94bc 100644 (file)
@@ -22,6 +22,7 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "qemu/timer.h"
 #include "hw/ptimer.h"
index 63d8b42674c17950c76212b412734f5fa1e6f907..9b1b004fc2545336347bef931b2caecd12128e61 100644 (file)
@@ -18,6 +18,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/arm/omap.h"
 #include "hw/sysbus.h"
index aa8ee5fa0e482a8c4afc5eff0576f2461684cd68..555da281c66a34b07272b9e878ce7b3b71d22dbe 100644 (file)
@@ -15,6 +15,7 @@
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/arm/sharpsl.h"
 #include "hw/sysbus.h"
index 8b0b14684d3bcc3459000e211126b664c1185999..67fbbff8e0123e6224e64d44a57fa8553a5a6397 100644 (file)
@@ -16,6 +16,7 @@
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/i2c/i2c.h"
 #include "hw/arm/omap.h"
index 21d4f4dbbd2a0433dafe5db56a2879f7c85233b2..8da48876c1616ba6505044382dff6e38a7ae47e6 100644 (file)
@@ -18,6 +18,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 "ui/console.h"
index 1073bbfec608f8b9927e5eb46d7e916fcf083144..d11ef048a15ad7462c44281eee0f5696fdadb725 100644 (file)
@@ -19,6 +19,7 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "audio/audio.h"
 #include "qemu/timer.h"
index 5bc47193f92373ff45e5628867bb34f3945e4d75..e934cd36560be88aaff3a140fcbccdeff2868c10 100644 (file)
@@ -16,6 +16,7 @@
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/arm/omap.h"
 #include "hw/sd/sd.h"
index 27263299bec5ed344c1c4ad8923e5ac46de07b74..22034656b8c8fde4edcdc063372ac98b36d7ee35 100644 (file)
@@ -19,6 +19,7 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
+#include "qemu/osdep.h"
 #include "hw/hw.h"
 #include "hw/arm/omap.h"
 
index 0bbf63313c1a8010a0e29c8e6f20dfeb296e4609..564a0d36e7ce80c549937dcdd6bc529b21357782 100644 (file)
@@ -7,6 +7,7 @@
  * This code is licensed under the GPL.
  */
 
+#include "qemu/osdep.h"
 #include "hw/sysbus.h"
 #include "hw/ssi/ssi.h"