Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756770Ab3CFKx6 (ORCPT ); Wed, 6 Mar 2013 05:53:58 -0500 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]:64553 "EHLO cpsmtpb-ews01.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753461Ab3CFKx4 (ORCPT ); Wed, 6 Mar 2013 05:53:56 -0500 Message-ID: <1362567231.16460.175.camel@x61.thuisdomein> Subject: [PATCH] ARM: drop "select HAVE_SCHED_CLOCK" From: Paul Bolle To: Russell King , Kukjin Kim Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Date: Wed, 06 Mar 2013 11:53:51 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Mar 2013 10:53:51.0500 (UTC) FILETIME=[E367D4C0:01CE1A58] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1361 Lines: 45 The Kconfig symbol HAVE_SCHED_CLOCK got removed in v3.4, with commit 6905a65879b51d326396e63dfea40861a30bc17f ("ARM: Make the sched_clock framework mandatory"). Drop the last two select statements for that symbol too. They're useless now. Signed-off-by: Paul Bolle --- Tested with "git grep" only. arch/arm/Kconfig | 1 - arch/arm/mach-exynos/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0c990b7..2530799 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1172,7 +1172,6 @@ config PLAT_VERSATILE config ARM_TIMER_SP804 bool select CLKSRC_MMIO - select HAVE_SCHED_CLOCK source arch/arm/mm/Kconfig diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 068aeb5..acfdbcf 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -253,7 +253,6 @@ config MACH_UNIVERSAL_C210 select EXYNOS4_SETUP_USB_PHY select EXYNOS_DEV_DMA select EXYNOS_DEV_DRM - select HAVE_SCHED_CLOCK select S3C_DEV_HSMMC select S3C_DEV_HSMMC2 select S3C_DEV_HSMMC3 -- 1.7.11.7 -- 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/