Skip to content

Commit

Permalink
tracing: preemptirq_delay_run() can be static
Browse files Browse the repository at this point in the history
Automatically found by kbuild test robot.

Fixes: ffdc73a3b2ad ("lib: Add module for testing preemptoff/irqsoff latency tracers")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
  • Loading branch information
kbuild test robot authored and Steven Rostedt (VMware) committed Jul 27, 2018
1 parent 87107a2 commit 518eeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/preemptirq_delay_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static void busy_wait(ulong time)
} while (ktime_to_ns(ktime_sub(end, start)) < (time * 1000));
}

int preemptirq_delay_run(void *data)
static int preemptirq_delay_run(void *data)
{
unsigned long flags;

Expand Down

0 comments on commit 518eeca

Please sign in to comment.