]> git.proxmox.com Git - mirror_qemu.git/commit - hw/input/tsc2005.c
arm: fix location of some include files
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Apr 2013 14:26:55 +0000 (15:26 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 15 Apr 2013 13:16:01 +0000 (15:16 +0200)
commitbd2be1500337f0349f70802e4d8d43f5aca61477
tree298decbdd9122a354dc99258892920379ea4649b
parente2ec3f976803b360c70d9ae2ba13852fa5d11665
arm: fix location of some include files

The recent rearrangement of include files had some minor errors:
 devices.h is not ARM specific and should not be in arm/
 arm.h should be in arm/

Move these two headers to correct this.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
51 files changed:
hw/alpha/typhoon.c
hw/arm/armv7m.c
hw/arm/boot.c
hw/arm/collie.c
hw/arm/exynos4210.c
hw/arm/exynos4_boards.c
hw/arm/gumstix.c
hw/arm/highbank.c
hw/arm/integratorcp.c
hw/arm/kzm.c
hw/arm/mainstone.c
hw/arm/musicpal.c
hw/arm/nseries.c
hw/arm/omap1.c
hw/arm/omap2.c
hw/arm/omap_sx1.c
hw/arm/palm.c
hw/arm/pic_cpu.c
hw/arm/realview.c
hw/arm/spitz.c
hw/arm/stellaris.c
hw/arm/strongarm.c
hw/arm/tosa.c
hw/arm/versatilepb.c
hw/arm/vexpress.c
hw/arm/xilinx_zynq.c
hw/arm/z2.c
hw/block/m25p80.c
hw/display/blizzard.c
hw/display/sm501.c
hw/display/tc6393xb.c
hw/input/stellaris_input.c
hw/input/tsc2005.c
hw/input/tsc210x.c
hw/intc/armv7m_nvic.c
hw/lm32/lm32_boards.c
hw/lm32/milkymist.c
hw/microblaze/petalogix_ml605_mmu.c
hw/microblaze/petalogix_s3adsp1800_mmu.c
hw/misc/cbus.c
hw/net/lan9118.c
hw/net/smc91c111.c
hw/ppc/virtex_ml507.c
hw/sh4/r2d.c
hw/timer/tusb6010.c
include/hw/arm.h [deleted file]
include/hw/arm/arm.h [new file with mode: 0644]
include/hw/arm/devices.h [deleted file]
include/hw/devices.h [new file with mode: 0644]
target-arm/arm-semi.c
target-arm/kvm.c