diff mbox series

[v2] arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/

Message ID 82ce37c617293521f095a945a255456b9512769c.1626255077.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Commit 5f291bfd33c8995c69f5a50f21445a4a93584ed2
Headers show
Series [v2] arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/ | expand

Commit Message

Geert Uytterhoeven July 14, 2021, 9:33 a.m. UTC
Kconfig symbol PCI_IXP4XX_LEGACY does not exist, but IXP4XX_PCI_LEGACY
does.

Fixes: d5d9f7ac58ea1041 ("ARM/ixp4xx: Make NEED_MACH_IO_H optional")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
---
v2:
  - Add Reviewed-by.
---
 arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+linux-soc@kernel.org July 16, 2021, 9:22 p.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (refs/heads/arm/fixes):

On Wed, 14 Jul 2021 11:33:43 +0200 you wrote:
> Kconfig symbol PCI_IXP4XX_LEGACY does not exist, but IXP4XX_PCI_LEGACY
> does.
> 
> Fixes: d5d9f7ac58ea1041 ("ARM/ixp4xx: Make NEED_MACH_IO_H optional")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
> 
> [...]

Here is the summary with links:
  - [v2] arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/
    https://git.kernel.org/soc/soc/c/5f291bfd33c8

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Arnd Bergmann July 16, 2021, 9:24 p.m. UTC | #2
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 14 Jul 2021 11:33:43 +0200, Geert Uytterhoeven wrote:
> Kconfig symbol PCI_IXP4XX_LEGACY does not exist, but IXP4XX_PCI_LEGACY
> does.

Applied to arm/fixes, thanks!

[1/1] arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/
      commit: 5f291bfd33c8995c69f5a50f21445a4a93584ed2

       Arnd
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3ea1c417339ff6bb..82f908fa5676ac15 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -395,7 +395,7 @@  config ARCH_IXP4XX
 	select IXP4XX_IRQ
 	select IXP4XX_TIMER
 	# With the new PCI driver this is not needed
-	select NEED_MACH_IO_H if PCI_IXP4XX_LEGACY
+	select NEED_MACH_IO_H if IXP4XX_PCI_LEGACY
 	select USB_EHCI_BIG_ENDIAN_DESC
 	select USB_EHCI_BIG_ENDIAN_MMIO
 	help