Re: [PATCH] powerpc/pci: remove duplicate declaration of pci_bus_find_capability

2014-10-13 Thread Wei Yang
On Tue, Oct 14, 2014 at 02:25:39PM +0800, Wei Yang wrote: >On Fri, Sep 19, 2014 at 08:18:02PM +1000, Gavin Shan wrote: >>On Fri, Sep 19, 2014 at 05:25:22PM +0800, Wei Yang wrote: >>>pci_bus_find_capability() is decleared in pci.h, so it is not necessary to do >>>it again. >>> >>>This patch removes

Re: [PATCH] powerpc/pci: remove duplicate declaration of pci_bus_find_capability

2014-10-13 Thread Wei Yang
On Fri, Sep 19, 2014 at 08:18:02PM +1000, Gavin Shan wrote: >On Fri, Sep 19, 2014 at 05:25:22PM +0800, Wei Yang wrote: >>pci_bus_find_capability() is decleared in pci.h, so it is not necessary to do >>it again. >> >>This patch removes it. >> >>Signed-off-by: Wei Yang > >Reviewed-by: Gavin Shan >

Re: [PATCH] powerpc/pci: remove duplicate declaration of pci_bus_find_capability

2014-09-19 Thread Gavin Shan
On Fri, Sep 19, 2014 at 05:25:22PM +0800, Wei Yang wrote: >pci_bus_find_capability() is decleared in pci.h, so it is not necessary to do >it again. > >This patch removes it. > >Signed-off-by: Wei Yang Reviewed-by: Gavin Shan Thanks, Gavin >--- > arch/powerpc/kernel/pci-common.c |1 - > 1 fi

[PATCH] powerpc/pci: remove duplicate declaration of pci_bus_find_capability

2014-09-19 Thread Wei Yang
pci_bus_find_capability() is decleared in pci.h, so it is not necessary to do it again. This patch removes it. Signed-off-by: Wei Yang --- arch/powerpc/kernel/pci-common.c |1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c i