diff options
author | Kevin Cernekee <[email protected]> | 2015-04-28 10:52:50 -0700 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2015-08-03 10:11:14 +0200 |
commit | 3592bb08fb2da21157bc2837c4c9a951b84d0c7a (patch) | |
tree | 58ede5f52cb4f6dd03a9532bfe5d2cbbbb4c5794 | |
parent | 0cb0985f57783c2f3c6c8ffe7e7665e80c56bd92 (diff) |
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]>
Acked-by: Florian Fainelli <[email protected]>
Cc: [email protected] # v4.1+
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/9910/
Signed-off-by: Ralf Baechle <[email protected]>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index cee5f93e5712..199a8357838c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -151,7 +151,6 @@ config BMIPS_GENERIC select BCM7120_L2_IRQ select BRCMSTB_L2_IRQ select IRQ_MIPS_CPU - select RAW_IRQ_ACCESSORS select DMA_NONCOHERENT select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN |