diff options
author | BALATON Zoltan <balaton@eik.bme.hu> | 2022-10-28 13:56:27 +0200 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2022-10-31 18:48:23 +0000 |
commit | 443f07b73d139e6944bc6af472b6e9df790b6e38 (patch) | |
tree | 56fd18210bb128b4c0e5bbba8dbb574975ba7aaf /hw/ide | |
parent | 3d0031c17d32515914d9b92e540a55af0c7032ca (diff) | |
download | qemu-443f07b73d139e6944bc6af472b6e9df790b6e38.zip qemu-443f07b73d139e6944bc6af472b6e9df790b6e38.tar.gz qemu-443f07b73d139e6944bc6af472b6e9df790b6e38.tar.bz2 |
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
All that is left in mac.h now belongs to the nvram emulation so rename
it accordingly and only include it where it is really used.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <b82449369f718c0e207fe8c332fab550fa0230c0.1666957578.git.balaton@eik.bme.hu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/ide')
-rw-r--r-- | hw/ide/macio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/macio.c b/hw/ide/macio.c index 1c15c37..e604466 100644 --- a/hw/ide/macio.c +++ b/hw/ide/macio.c @@ -24,7 +24,6 @@ */ #include "qemu/osdep.h" -#include "hw/ppc/mac.h" #include "hw/ppc/mac_dbdma.h" #include "hw/qdev-properties.h" #include "migration/vmstate.h" |