linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 13/13] ARM: shmobile: Remove unused shmobile_init_time()
Date: Wed, 31 Jul 2013 19:03:09 +0000	[thread overview]
Message-ID: <20130731190309.31796.78310.sendpatchset@w520> (raw)
In-Reply-To: <20130731190110.31796.96552.sendpatchset@w520>

From: Magnus Damm <damm@opensource.se>

Remove shmobile_timer_init() since it now is unused.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 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();
-}

  parent reply	other threads:[~2013-07-31 19:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31 19:01 [PATCH 00/13] ARM: shmobile: Rework ->init_time() / shmobile_timer_init() Magnus Damm
2013-07-31 19:01 ` [PATCH 01/13] ARM: shmobile: Use default ->init_time() on r8a73a4 Magnus Damm
2013-07-31 19:01 ` [PATCH 02/13] ARM: shmobile: Use default ->init_time() on r8a7740 Magnus Damm
2013-07-31 19:01 ` [PATCH 03/13] ARM: shmobile: Use default ->init_time() on r8a7778 Magnus Damm
2013-07-31 19:01 ` [PATCH 04/13] ARM: shmobile: Use default ->init_time() on r8a7779 Magnus Damm
2013-07-31 19:01 ` [PATCH 05/13] ARM: shmobile: Use default ->init_time() on Bockw Magnus Damm
2013-07-31 19:02 ` [PATCH 06/13] ARM: shmobile: Use default ->init_time() on Bockw DT ref Magnus Damm
2013-07-31 19:02 ` [PATCH 07/13] ARM: shmobile: Use default ->init_time() on Armadillo " Magnus Damm
2013-07-31 19:02 ` [PATCH 08/13] ARM: shmobile: Use default ->init_time() on APE6EVM Magnus Damm
2013-07-31 19:02 ` [PATCH 09/13] ARM: shmobile: Use default ->init_time() on APE6EVM DT ref Magnus Damm
2013-07-31 19:02 ` [PATCH 10/13] ARM: shmobile: Use default ->init_time() on Marzen " Magnus Damm
2013-07-31 19:02 ` [PATCH 11/13] ARM: shmobile: Use default ->init_time() on KZM9G " Magnus Damm
2013-07-31 19:03 ` [PATCH 12/13] ARM: shmobile: Use clocksource_of_init() on r8a7790 Magnus Damm
2013-08-06  1:28   ` Simon Horman
2013-08-06  2:07     ` Simon Horman
2013-07-31 19:03 ` Magnus Damm [this message]
2013-08-01  0:55 ` [PATCH 00/13] ARM: shmobile: Rework ->init_time() / shmobile_timer_init() Kuninori Morimoto
2013-08-05  8:50 ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130731190309.31796.78310.sendpatchset@w520 \
    --to=magnus.damm@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).