From patchwork Wed Jul 31 19:03:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2836556 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4EDA79F9C8 for ; Wed, 31 Jul 2013 19:52:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4BD7620187 for ; Wed, 31 Jul 2013 19:52:05 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 02EED20165 for ; Wed, 31 Jul 2013 19:52:04 +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 1V4bhZ-0003dX-97; Wed, 31 Jul 2013 19:04:49 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4bhQ-0007zJ-V7; Wed, 31 Jul 2013 19:04:40 +0000 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V4bg8-0007sn-BY for linux-arm-kernel@lists.infradead.org; Wed, 31 Jul 2013 19:03:21 +0000 Received: by mail-pa0-f43.google.com with SMTP id hz10so1204546pad.2 for ; Wed, 31 Jul 2013 12:02:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=F2Z+QKUBwbHHf2pJccRC/0dChEvvNbsXiMomy2R+5Pk=; b=l2PQV4V3mFmOPJIt+fJte16SbXNlvk5E0CKR0JSyWNhya7j4zUxSoQebLOLWhwIoou KBwNQBZXrZuG7Lo7vJNKf+5SY+FQOY2p3B+9f72aDkidAr2/VIX0QLVOFT+jrg614+Ol SlAwxGpAAnlOPX248+b9TKlQWOr9Xu8uNiqTW1A84Zfw3fZA6iAHQH4VGbypWF9IRWze +iScG/ErROzYENQNYL8X/mEjgmmgnCP/2vTypnGEeZDmsOSR/5ySc4tDy7uCBh/OfKuQ yYWZzu2N4TMXCJkKx2W+l7mN/j43DFtieg7A98zMHjGHBpbCrIT0Bz0zaa2YFo1b51X7 U0ew== X-Received: by 10.69.0.168 with SMTP id az8mr82212608pbd.51.1375297379022; Wed, 31 Jul 2013 12:02:59 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id z14sm3729855pbt.0.2013.07.31.12.02.56 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 31 Jul 2013 12:02:57 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 01 Aug 2013 04:03:09 +0900 Message-Id: <20130731190309.31796.78310.sendpatchset@w520> In-Reply-To: <20130731190110.31796.96552.sendpatchset@w520> References: <20130731190110.31796.96552.sendpatchset@w520> Subject: [PATCH 13/13] ARM: shmobile: Remove unused shmobile_init_time() X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130731_150320_522650_662F7F51 X-CRM114-Status: UNSURE ( 7.69 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: olof@lixom.net, horms@verge.net.au, Magnus Damm , arnd@arndb.de, linux-arm-kernel@lists.infradead.org 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=-5.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Magnus Damm Remove shmobile_timer_init() since it now is unused. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/include/mach/common.h | 1 - arch/arm/mach-shmobile/timer.c | 4 ---- 2 files changed, 5 deletions(-) --- 0009/arch/arm/mach-shmobile/include/mach/common.h +++ work/arch/arm/mach-shmobile/include/mach/common.h 2013-08-01 03:19:38.000000000 +0900 @@ -2,7 +2,6 @@ #define __ARCH_MACH_COMMON_H extern void shmobile_earlytimer_init(void); -extern void shmobile_timer_init(void); extern void shmobile_setup_delay(unsigned int max_cpu_core_mhz, unsigned int mult, unsigned int div); struct twd_local_timer; --- 0001/arch/arm/mach-shmobile/timer.c +++ work/arch/arm/mach-shmobile/timer.c 2013-08-01 03:19:19.000000000 +0900 @@ -59,7 +59,3 @@ void __init shmobile_earlytimer_init(voi late_time_init = shmobile_late_time_init; } -void __init shmobile_timer_init(void) -{ - clocksource_of_init(); -}