diff options
author | Andreas Färber <afaerber@suse.de> | 2013-01-23 23:03:54 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-25 22:02:53 +0100 |
commit | baec19105bb9824593bf6f37556302da2f67e583 (patch) | |
tree | ad038708e074e68097c5060b4bdfc67e589eca90 /hw/mac_nvram.c | |
parent | 11c29918be32be5b00f367c7da9724a5cddbbb0f (diff) |
ppc: Move Mac machines to hw/ppc/
Signed-off-by: Andreas Färber <afaerber@suse.de>
[agraf: squash in MAINTAINERS fix]
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/mac_nvram.c')
-rw-r--r-- | hw/mac_nvram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mac_nvram.c b/hw/mac_nvram.c index 71093c2b10..eec7ca4301 100644 --- a/hw/mac_nvram.c +++ b/hw/mac_nvram.c @@ -25,7 +25,7 @@ #include "hw.h" #include "firmware_abi.h" #include "sysemu/sysemu.h" -#include "ppc_mac.h" +#include "ppc/mac.h" /* debug NVR */ //#define DEBUG_NVR |