Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753073AbbFGJl5 (ORCPT ); Sun, 7 Jun 2015 05:41:57 -0400 Received: from smtp5-g21.free.fr ([212.27.42.5]:14633 "EHLO smtp5-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751927AbbFGJlt (ORCPT ); Sun, 7 Jun 2015 05:41:49 -0400 From: Alban Bedel To: Ralf Baechle Cc: Guenter Roeck , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Alban Bedel Subject: [PATCH linux-next] MIPS: pci-ar71xx: Fix left over reference to ath79_ddr_base Date: Sun, 7 Jun 2015 11:41:28 +0200 Message-Id: <1433670088-6653-1-git-send-email-albeu@free.fr> X-Mailer: git-send-email 2.0.0 In-Reply-To: <5571B520.9040808@roeck-us.net> References: <5571B520.9040808@roeck-us.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1003 Lines: 30 The patch 'MIPS: ath79: Improve the DDR controller interface' broke the PCI support as it failed to properly removed the use of the variable 'ath79_ddr_base'. Remove that last reference to fix the build. Signed-off-by: Alban Bedel --- arch/mips/pci/pci-ar71xx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/pci/pci-ar71xx.c b/arch/mips/pci/pci-ar71xx.c index 72764d8..1391c52 100644 --- a/arch/mips/pci/pci-ar71xx.c +++ b/arch/mips/pci/pci-ar71xx.c @@ -318,8 +318,6 @@ static void ar71xx_pci_irq_init(struct ar71xx_pci_controller *apc) static void ar71xx_pci_reset(void) { - void __iomem *ddr_base = ath79_ddr_base; - ath79_device_reset_set(AR71XX_RESET_PCI_BUS | AR71XX_RESET_PCI_CORE); mdelay(100); -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/