Message ID | 1346406296-16223-2-git-send-email-Barry.Song@csr.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 32BE63FDF6 for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 31 Aug 2012 09:49:06 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T7Nny-0002ML-Pb; Fri, 31 Aug 2012 09:46:23 +0000 Received: from cluster-d.mailcontrol.com ([85.115.60.190]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1T7Nnt-0002Km-1s for linux-arm-kernel@lists.infradead.org; Fri, 31 Aug 2012 09:46:19 +0000 Received: from rly05d.srv.mailcontrol.com (localhost.localdomain [127.0.0.1]) by rly05d.srv.mailcontrol.com (MailControl) with ESMTP id q7V9k6pl001166 for <linux-arm-kernel@lists.infradead.org>; Fri, 31 Aug 2012 10:46:12 +0100 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by rly05d.srv.mailcontrol.com (MailControl) id q7V9jZ83025045 for <linux-arm-kernel@lists.infradead.org>; Fri, 31 Aug 2012 10:45:35 +0100 Received: from banasiexc02.ASIA.ROOT.PRI ([202.80.51.114]) by rly05d-eth0.srv.mailcontrol.com (envelope-sender <Barry.Song@csr.com>) (MIMEDefang) with ESMTP id q7V9jUOY023859 (TLS bits=128 verify=FAIL); Fri, 31 Aug 2012 10:45:35 +0100 (BST) Received: from SHAASIEXC02.ASIA.ROOT.PRI (10.125.12.85) by banasiexc02.ASIA.ROOT.PRI (10.190.12.22) with Microsoft SMTP Server (TLS) id 14.1.355.2; Fri, 31 Aug 2012 15:15:29 +0530 Received: from localhost.localdomain (10.125.36.195) by asimail.csr.com (10.125.12.88) with Microsoft SMTP Server (TLS) id 14.1.355.2; Fri, 31 Aug 2012 17:45:27 +0800 From: Barry Song <Barry.Song@csr.com> To: <olof@lixom.net>, <arnd@arndb.de>, <kgene.kim@samsung.com>, <rob.herring@calxeda.com> Subject: [PATCH 2/2] ARM: timer_sp804: delete redundant HAVE_SCHED_CLOCK option in Kconfig Date: Fri, 31 Aug 2012 17:44:56 +0800 Message-ID: <1346406296-16223-2-git-send-email-Barry.Song@csr.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1346406296-16223-1-git-send-email-Barry.Song@csr.com> References: <1346406296-16223-1-git-send-email-Barry.Song@csr.com> MIME-Version: 1.0 X-Originating-IP: [10.125.36.195] X-Scanned-By: MailControl 8316.0 (www.mailcontrol.com) on 10.68.1.115 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.115.60.190 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, workgroup.linux@csr.com, Barry Song <Baohua.Song@csr.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org |
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2c1ca9f..00ef0e0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1157,7 +1157,6 @@ config PLAT_VERSATILE config ARM_TIMER_SP804 bool select CLKSRC_MMIO - select HAVE_SCHED_CLOCK source arch/arm/mm/Kconfig