[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] ppc: remove obsolete macio_init(
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] ppc: remove obsolete macio_init() definition from mac.h |
Date: |
Thu, 7 Jun 2018 14:13:20 -0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 06/07/2018 01:59 PM, Mark Cave-Ayland wrote:
> Commits b6712ea391 removed the macio_init() function but missed the header
> prototype in mac.h. Remove it since it is no longer needed.
>
> Signed-off-by: Mark Cave-Ayland <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> hw/ppc/mac.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/hw/ppc/mac.h b/hw/ppc/mac.h
> index dac96317af..89fa8bbed7 100644
> --- a/hw/ppc/mac.h
> +++ b/hw/ppc/mac.h
> @@ -91,9 +91,6 @@ typedef struct MACIOIDEState {
> void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table);
> void macio_ide_register_dma(MACIOIDEState *ide);
>
> -void macio_init(PCIDevice *dev,
> - MemoryRegion *pic_mem);
> -
> /* Grackle PCI */
> #define TYPE_GRACKLE_PCI_HOST_BRIDGE "grackle-pcihost"
>
>