* [PATCH] sparc/time: Add missing __init to init_tick_ops()
@ 2018-06-06 14:11 Steven Rostedt
0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2018-06-06 14:11 UTC (permalink / raw)
To: David S. Miller; +Cc: sparclinux, Changbin Du, kbuild test robot, LKML
From: Steven Rostedt (VMware) <rostedt@goodmis.org>
Code that was added to force gcc not to inline any function that isn't
explicitly declared as inline uncovered that init_tick_ops() isn't
marked as "__init". It is only called by __init functions and more
importantly it too calls an __init function which would require it to be
__init as well.
Link: http://lkml.kernel.org/r/201806060444.hdHcKOBy%fengguang.wu@intel.com
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
diff --git a/arch/sparc/kernel/time_64.c b/arch/sparc/kernel/time_64.c
index 2ef8cfa9677e..f0eba72aa1ad 100644
--- a/arch/sparc/kernel/time_64.c
+++ b/arch/sparc/kernel/time_64.c
@@ -814,7 +814,7 @@ static void __init get_tick_patch(void)
}
}
-static void init_tick_ops(struct sparc64_tick_ops *ops)
+static void __init init_tick_ops(struct sparc64_tick_ops *ops)
{
unsigned long freq, quotient, tick;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-06-06 14:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06 14:11 [PATCH] sparc/time: Add missing __init to init_tick_ops() Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®