From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753934Ab2DRAXO (ORCPT ); Tue, 17 Apr 2012 20:23:14 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:56159 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752229Ab2DRAVH (ORCPT ); Tue, 17 Apr 2012 20:21:07 -0400 Message-Id: <8675ae$5bugqf@wolverine02.qualcomm.com> X-IronPort-AV: E=McAfee;i="5400,1158,6684"; a="180306767" From: Paul Bolle Date: Thu, 10 Nov 2011 21:07:47 +0100 Subject: [PATCH 02/10] hexagon: drop selects of bogus Kconfig symbols To: linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There are no Kconfig symbols named GENERIC_HARDIRQS_NO__DO_IRQ and GENERIC_HARDIRQS_NO_DEPRECATED. The two select statements for these symbols are nops. Drop these. Signed-off-by: Paul Bolle Signed-off-by: Richard Kuo --- arch/hexagon/Kconfig | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index 9059e39..3126fc6 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig @@ -18,8 +18,6 @@ config HEXAGON select GENERIC_ATOMIC64 select HAVE_PERF_EVENTS select HAVE_GENERIC_HARDIRQS - select GENERIC_HARDIRQS_NO__DO_IRQ - select GENERIC_HARDIRQS_NO_DEPRECATED # GENERIC_ALLOCATOR is used by dma_alloc_coherent() select GENERIC_ALLOCATOR select GENERIC_IRQ_SHOW -- 1.7.1 -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.