[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 08/17] ppc/{bamboo, virtex_ml507}: Remove useless dependency on pp
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 08/17] ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header |
|
Date: |
Sat, 21 Oct 2023 15:05:10 +0300 |
From: Cédric Le Goater <clg@kaod.org>
Cc: "Edgar E. Iglesias" <edgar.iglesias@gmail.com> (odd fixer:virtex_ml507)
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
hw/ppc/ppc440_bamboo.c | 1 -
hw/ppc/virtex_ml507.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/hw/ppc/ppc440_bamboo.c b/hw/ppc/ppc440_bamboo.c
index 45f409c838..a189942de4 100644
--- a/hw/ppc/ppc440_bamboo.c
+++ b/hw/ppc/ppc440_bamboo.c
@@ -24,7 +24,6 @@
#include "elf.h"
#include "hw/char/serial.h"
#include "hw/ppc/ppc.h"
-#include "ppc405.h"
#include "sysemu/sysemu.h"
#include "sysemu/reset.h"
#include "hw/sysbus.h"
diff --git a/hw/ppc/virtex_ml507.c b/hw/ppc/virtex_ml507.c
index f2f81bd425..d02f330650 100644
--- a/hw/ppc/virtex_ml507.c
+++ b/hw/ppc/virtex_ml507.c
@@ -43,7 +43,6 @@
#include "hw/ppc/ppc.h"
#include "hw/ppc/ppc4xx.h"
#include "hw/qdev-properties.h"
-#include "ppc405.h"
#include <libfdt.h>
--
2.39.2
- [PULL 00/17] Trivial patches for 2023-10-21, Michael Tokarev, 2023/10/21
- [PULL 01/17] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port(), Michael Tokarev, 2023/10/21
- [PULL 02/17] hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings(), Michael Tokarev, 2023/10/21
- [PULL 03/17] MAINTAINERS: Cover hw/ppc/ppc440_uc.c with Sam460ex board, Michael Tokarev, 2023/10/21
- [PULL 05/17] MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip section, Michael Tokarev, 2023/10/21
- [PULL 08/17] ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h header,
Michael Tokarev <=
- [PULL 10/17] MAINTAINERS: Adjust file list for PPC 4xx CPUs, Michael Tokarev, 2023/10/21
- [PULL 06/17] MAINTAINERS: Add docs/devel/ebpf_rss.rst to the EBPF section, Michael Tokarev, 2023/10/21
- [PULL 04/17] MAINTAINERS: Add the nios2 interrupt controller to the nios2 section, Michael Tokarev, 2023/10/21
- [PULL 09/17] MAINTAINERS: Adjust file list for PPC ref405ep machine, Michael Tokarev, 2023/10/21
- [PULL 07/17] MAINTAINERS: Fix a couple s390 paths, Michael Tokarev, 2023/10/21
- [PULL 11/17] MAINTAINERS: Adjust file list for PPC e500 machines, Michael Tokarev, 2023/10/21
- [PULL 12/17] MAINTAINERS: Adjust file list for PPC pseries machine, Michael Tokarev, 2023/10/21
- [PULL 13/17] MAINTAINERS: Add fw_cfg.c to PPC mac99 machine, Michael Tokarev, 2023/10/21
- [PULL 14/17] MAINTAINERS: Add PPC common files to PowerPC TCG CPUs, Michael Tokarev, 2023/10/21
- [PULL 15/17] MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sections, Michael Tokarev, 2023/10/21