Skip to content

Commit be3be89

Browse files
committed
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: sched: fix init_hrtick() section mismatch warning
2 parents 9c38c7e + fa74820 commit be3be89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/sched.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ hotplug_hrtick(struct notifier_block *nfb, unsigned long action, void *hcpu)
10871087
return NOTIFY_DONE;
10881088
}
10891089

1090-
static void init_hrtick(void)
1090+
static __init void init_hrtick(void)
10911091
{
10921092
hotcpu_notifier(hotplug_hrtick, 0);
10931093
}

0 commit comments

Comments
 (0)