From patchwork Sun Feb 9 18:48:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Weinberger X-Patchwork-Id: 3614131 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 877EFBF418 for ; Sun, 9 Feb 2014 18:52:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D314420181 for ; Sun, 9 Feb 2014 18:52:53 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E35592010C for ; Sun, 9 Feb 2014 18:52:52 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WCZSe-0000g9-WB; Sun, 09 Feb 2014 18:50:37 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WCZRz-0008Lb-Us; Sun, 09 Feb 2014 18:49:55 +0000 Received: from mail.sigma-star.at ([95.130.255.111]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WCZRK-0008FI-Kd for linux-arm-kernel@lists.infradead.org; Sun, 09 Feb 2014 18:49:17 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.sigma-star.at (Postfix) with ESMTP id 221CE16B42B8; Sun, 9 Feb 2014 19:48:47 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.sigma-star.at Received: from mail.sigma-star.at ([127.0.0.1]) by localhost (mail.sigma-star.at [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QMzEIlJV7x2n; Sun, 9 Feb 2014 19:48:46 +0100 (CET) Received: from linux.site (richard.vpn.sigmapriv.at [10.3.0.5]) by mail.sigma-star.at (Postfix) with ESMTPSA id 1725616B42B7; Sun, 9 Feb 2014 19:48:46 +0100 (CET) From: Richard Weinberger To: Simon Horman , Magnus Damm , Russell King , linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECT...), linux-sh@vger.kernel.org (open list:ARM/SHMOBILE ARM...), linux-kernel@vger.kernel.org (open list) Subject: [PATCH 26/28] Remove LOCAL_TIMERS Date: Sun, 9 Feb 2014 19:48:04 +0100 Message-Id: <1391971686-9517-27-git-send-email-richard@nod.at> X-Mailer: git-send-email 1.8.4.2 In-Reply-To: <1391971686-9517-1-git-send-email-richard@nod.at> References: <1391971686-9517-1-git-send-email-richard@nod.at> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140209_134915_050616_5F5AC0F6 X-CRM114-Status: UNSURE ( 8.97 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) Cc: Richard Weinberger X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger --- arch/arm/mach-shmobile/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 3386406..c055388 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -8,7 +8,6 @@ config ARCH_SHMOBILE_MULTI select CPU_V7 select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU if SMP - select HAVE_ARM_TWD if LOCAL_TIMERS select HAVE_SMP select ARM_GIC select MIGHT_HAVE_CACHE_L2X0