From: Gavin Shan Date: Fri, 20 May 2016 06:41:27 +0000 (+1000) Subject: powerpc/powernv: Remove PCI_RESET_DELAY_US X-Git-Tag: v4.8-rc1~85^2~204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e368e4ca9c0686514febd3f1767d465caf208db0;p=thirdparty%2Flinux.git powerpc/powernv: Remove PCI_RESET_DELAY_US The macro defined in arch/powerpc/platforms/powernv/pci.c isn't used by anyone. Just remove it. Signed-off-by: Gavin Shan Reviewed-by: Andrew Donnellan Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/platforms/powernv/pci.c b/arch/powerpc/platforms/powernv/pci.c index 1d92bd93bcd9f..b1ee6314f946e 100644 --- a/arch/powerpc/platforms/powernv/pci.c +++ b/arch/powerpc/platforms/powernv/pci.c @@ -36,9 +36,6 @@ #include "powernv.h" #include "pci.h" -/* Delay in usec */ -#define PCI_RESET_DELAY_US 3000000 - #ifdef CONFIG_PCI_MSI int pnv_setup_msi_irqs(struct pci_dev *pdev, int nvec, int type) {