From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOLN7-00047d-Iz for qemu-devel@nongnu.org; Mon, 01 Sep 2014 02:45:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOLN3-0001t0-Ci for qemu-devel@nongnu.org; Mon, 01 Sep 2014 02:45:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOLN2-0001rM-Qg for qemu-devel@nongnu.org; Mon, 01 Sep 2014 02:45:45 -0400 Date: Mon, 1 Sep 2014 09:45:32 +0300 From: "Michael S. Tsirkin" Message-ID: <20140901064532.GA20607@redhat.com> References: <1408969231-3156-1-git-send-email-arei.gonglei@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408969231-3156-1-git-send-email-arei.gonglei@huawei.com> Subject: Re: [Qemu-devel] [PATCH v2] ioh3420: Remove unused ioh3420_init() declaration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com Cc: knut.omang@oracle.com, weidong.huang@huawei.com, qemu-devel@nongnu.org, armbru@redhat.com On Mon, Aug 25, 2014 at 08:20:31PM +0800, arei.gonglei@huawei.com wrote: > From: Gonglei > > This patch based on Knut's patch: > > ioh3420: Remove unused ioh3420_init() declaration > > which has been pulled on the fly. > > Signed-off-by: Gonglei > Reviewed-by: Knut Omang Applied. > --- > v2: > - add commit message to state the patch's prerequisites. > - add 'Reviewed-by' tag > --- > hw/pci-bridge/ioh3420.h | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/hw/pci-bridge/ioh3420.h b/hw/pci-bridge/ioh3420.h > index 7776e5b..ea423cb 100644 > --- a/hw/pci-bridge/ioh3420.h > +++ b/hw/pci-bridge/ioh3420.h > @@ -3,8 +3,4 @@ > > #include "hw/pci/pcie_port.h" > > -PCIESlot *ioh3420_init(PCIBus *bus, int devfn, bool multifunction, > - const char *bus_name, pci_map_irq_fn map_irq, > - uint8_t port, uint8_t chassis, uint16_t slot); > - > #endif /* QEMU_IOH3420_H */ > -- > 1.7.12.4 >