mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
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: 1453832250-766-13-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
e2e5e11462
commit
8ef94f0bc9
65 changed files with 65 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
* for more details.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/devices.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
* armv7m_nvic device.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "gic_internal.h"
|
||||
#include "qom/cpu.h"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
* IRQs are passed to GIC through Combiner.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
#include "hw/arm/exynos4210.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
* TODO: implement vectors.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "hw/intc/imx_avic.h"
|
||||
|
||||
#ifndef DEBUG_IMX_AVIC
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue