diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2013-04-09 15:26:55 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-15 15:16:01 +0200 |
| commit | bd2be1500337f0349f70802e4d8d43f5aca61477 (patch) | |
| tree | 298decbdd9122a354dc99258892920379ea4649b /include/hw | |
| parent | e2ec3f976803b360c70d9ae2ba13852fa5d11665 (diff) | |
| download | focaccia-qemu-bd2be1500337f0349f70802e4d8d43f5aca61477.tar.gz focaccia-qemu-bd2be1500337f0349f70802e4d8d43f5aca61477.zip | |
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>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/arm/arm.h (renamed from include/hw/arm.h) | 0 | ||||
| -rw-r--r-- | include/hw/devices.h (renamed from include/hw/arm/devices.h) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/include/hw/arm.h b/include/hw/arm/arm.h index 7b2b02daaf..7b2b02daaf 100644 --- a/include/hw/arm.h +++ b/include/hw/arm/arm.h diff --git a/include/hw/arm/devices.h b/include/hw/devices.h index c60bcabae3..c60bcabae3 100644 --- a/include/hw/arm/devices.h +++ b/include/hw/devices.h |