linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* trace/latency-hist: Repair missing forward declaration
@ 2016-01-05  8:55 Carsten Emde
  0 siblings, 0 replies; only message in thread
From: Carsten Emde @ 2016-01-05  8:55 UTC (permalink / raw)
  To: Thomas Gleixner, Sebastian Andrzej Siewior; +Cc: Linux RT Users

Hi Thomas & Sebastian,

Move forward declaration of hrtimer_wakeup() up to make it available
when needed.

Thanks,
	-Carsten.

Signed-off-by: Carsten Emde <C.Emde@osadl.org>

---
  kernel/time/hrtimer.c |    3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

Index: linux-4.4.0-rc6-rt1/kernel/time/hrtimer.c
===================================================================
--- linux-4.4.0-rc6-rt1.orig/kernel/time/hrtimer.c
+++ linux-4.4.0-rc6-rt1/kernel/time/hrtimer.c
@@ -1435,6 +1435,7 @@ static inline int hrtimer_rt_defer(struc

  #endif

+static enum hrtimer_restart hrtimer_wakeup(struct hrtimer *timer);

  static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, 
ktime_t now)
  {
@@ -1490,8 +1491,6 @@ static void __hrtimer_run_queues(struct
  		raise_softirq_irqoff(HRTIMER_SOFTIRQ);
  }

-static enum hrtimer_restart hrtimer_wakeup(struct hrtimer *timer);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-05  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05  8:55 trace/latency-hist: Repair missing forward declaration Carsten Emde

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).