summaryrefslogtreecommitdiffstats
path: root/hw/arm/pxa2xx_gpio.c
diff options
context:
space:
mode:
authorPeter Maydell2015-12-07 17:23:45 +0100
committerPeter Maydell2016-01-18 17:33:32 +0100
commit12b167226f2804063cf8d72fe4fdc01764c99e96 (patch)
treea0b4fd5a996431a8ef001fd5960b7bbf80186ce3 /hw/arm/pxa2xx_gpio.c
parenttarget-arm: Clean up includes (diff)
downloadqemu-12b167226f2804063cf8d72fe4fdc01764c99e96.tar.gz
qemu-12b167226f2804063cf8d72fe4fdc01764c99e96.tar.xz
qemu-12b167226f2804063cf8d72fe4fdc01764c99e96.zip
hw/arm: Clean up includes
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: 1449505425-32022-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/pxa2xx_gpio.c')
-rw-r--r--hw/arm/pxa2xx_gpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/pxa2xx_gpio.c b/hw/arm/pxa2xx_gpio.c
index c89c8045c3..67e7e70943 100644
--- a/hw/arm/pxa2xx_gpio.c
+++ b/hw/arm/pxa2xx_gpio.c
@@ -7,6 +7,7 @@
* This code is licensed under the GPL.
*/
+#include "qemu/osdep.h"
#include "hw/hw.h"
#include "hw/sysbus.h"
#include "hw/arm/pxa.h"