Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030778AbbD1RxM (ORCPT ); Tue, 28 Apr 2015 13:53:12 -0400 Received: from mail-ig0-f177.google.com ([209.85.213.177]:38501 "EHLO mail-ig0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030324AbbD1RxJ (ORCPT ); Tue, 28 Apr 2015 13:53:09 -0400 From: Kevin Cernekee To: ralf@linux-mips.org Cc: linux-mips@linux-mips.org, valentinrothberg@gmail.com, linux-kernel@vger.kernel.org, f.fainelli@gmail.com Subject: [PATCH] MIPS: BMIPS: Delete unused Kconfig symbol Date: Tue, 28 Apr 2015 10:52:50 -0700 Message-Id: <1430243570-6143-1-git-send-email-cernekee@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 993 Lines: 34 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 Signed-off-by: Kevin Cernekee --- 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 -- 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/