diff options
-rw-r--r-- | arch/x86/kernel/cpu/perf_event_intel_uncore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/perf_event_intel_uncore.c b/arch/x86/kernel/cpu/perf_event_intel_uncore.c index b262c6124cf3..5c2537af0a25 100644 --- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c +++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c | |||
@@ -4229,7 +4229,7 @@ static int __init uncore_pmus_register(void) | |||
4229 | return 0; | 4229 | return 0; |
4230 | } | 4230 | } |
4231 | 4231 | ||
4232 | static void uncore_cpumask_init(void) | 4232 | static void __init uncore_cpumask_init(void) |
4233 | { | 4233 | { |
4234 | int cpu; | 4234 | int cpu; |
4235 | 4235 | ||