mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
e2ec3f9768
commit
bd2be15003
49 changed files with 62 additions and 62 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "qemu/timer.h"
|
||||
#include "ui/console.h"
|
||||
#include "hw/arm/omap.h" /* For I2SCodec and uWireSlave */
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/devices.h"
|
||||
|
||||
#define TSC_DATA_REGISTERS_PAGE 0x0
|
||||
#define TSC_CONTROL_REGISTERS_PAGE 0x1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue