We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43d368a + 8fce3dc commit 16528a3Copy full SHA for 16528a3
drivers/clocksource/timer-integrator-ap.c
@@ -36,8 +36,8 @@ static u64 notrace integrator_read_sched_clock(void)
36
return -readl(sched_clk_base + TIMER_VALUE);
37
}
38
39
-static int integrator_clocksource_init(unsigned long inrate,
40
- void __iomem *base)
+static int __init integrator_clocksource_init(unsigned long inrate,
+ void __iomem *base)
41
{
42
u32 ctrl = TIMER_CTRL_ENABLE | TIMER_CTRL_PERIODIC;
43
unsigned long rate = inrate;
0 commit comments