All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carsten Emde <C.Emde@osadl.org>
To: Thomas Gleixner <tglx@linutronix.de>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Linux RT Users <linux-rt-users@vger.kernel.org>
Subject: trace/latency-hist: Repair missing forward declaration
Date: Tue, 5 Jan 2016 09:55:44 +0100	[thread overview]
Message-ID: <568B8510.1080904@osadl.org> (raw)

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

                 reply	other threads:[~2016-01-05  9:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=568B8510.1080904@osadl.org \
    --to=c.emde@osadl.org \
    --cc=bigeasy@linutronix.de \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.