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 4785ee8ac599..812ec5d8218a 100644 --- a/arch/x86/kernel/cpu/perf_event_intel_uncore.c +++ b/arch/x86/kernel/cpu/perf_event_intel_uncore.c | |||
@@ -661,7 +661,7 @@ static struct attribute_group uncore_pmu_attr_group = { | |||
661 | .attrs = uncore_pmu_attrs, | 661 | .attrs = uncore_pmu_attrs, |
662 | }; | 662 | }; |
663 | 663 | ||
664 | static int __init uncore_pmu_register(struct intel_uncore_pmu *pmu) | 664 | static int uncore_pmu_register(struct intel_uncore_pmu *pmu) |
665 | { | 665 | { |
666 | int ret; | 666 | int ret; |
667 | 667 | ||