Skip to content

Commit 16528a3

Browse files
committed
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fix from Ingo Molnar: "A clocksource driver section mismatch fix" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: clocksource/integrator: Fix section mismatch warning
2 parents 43d368a + 8fce3dc commit 16528a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/clocksource/timer-integrator-ap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ static u64 notrace integrator_read_sched_clock(void)
3636
return -readl(sched_clk_base + TIMER_VALUE);
3737
}
3838

39-
static int integrator_clocksource_init(unsigned long inrate,
40-
void __iomem *base)
39+
static int __init integrator_clocksource_init(unsigned long inrate,
40+
void __iomem *base)
4141
{
4242
u32 ctrl = TIMER_CTRL_ENABLE | TIMER_CTRL_PERIODIC;
4343
unsigned long rate = inrate;

0 commit comments

Comments
 (0)