2015-04-28 17:53:12

by Kevin Cernekee

[permalink] [raw]
Subject: [PATCH] MIPS: BMIPS: Delete unused Kconfig symbol

This was left over from an earlier iteration of the BMIPS irqchip changes.
It doesn't actually have an effect, so let's nuke it.

Reported-by: Valentin Rothberg <[email protected]>
Signed-off-by: Kevin Cernekee <[email protected]>
---


Ralf - could you please pull this for 4.1?


arch/mips/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f5016656494f..19e5d40fdf40 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -147,7 +147,6 @@ config BMIPS_GENERIC
select BCM7120_L2_IRQ
select BRCMSTB_L2_IRQ
select IRQ_CPU
- select RAW_IRQ_ACCESSORS
select DMA_NONCOHERENT
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
--
2.2.0.rc0.207.ga3a616c


2015-04-30 03:29:59

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH] MIPS: BMIPS: Delete unused Kconfig symbol

Le 04/28/15 10:52, Kevin Cernekee a écrit :
> This was left over from an earlier iteration of the BMIPS irqchip changes.
> It doesn't actually have an effect, so let's nuke it.
>
> Reported-by: Valentin Rothberg <[email protected]>
> Signed-off-by: Kevin Cernekee <[email protected]>

Acked-by: Florian Fainelli <[email protected]>

> ---
>
>
> Ralf - could you please pull this for 4.1?
>
>
> arch/mips/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index f5016656494f..19e5d40fdf40 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -147,7 +147,6 @@ config BMIPS_GENERIC
> select BCM7120_L2_IRQ
> select BRCMSTB_L2_IRQ
> select IRQ_CPU
> - select RAW_IRQ_ACCESSORS
> select DMA_NONCOHERENT
> select SYS_SUPPORTS_32BIT_KERNEL
> select SYS_SUPPORTS_LITTLE_ENDIAN
>


--
Florian