perf/x86: Make merge_attr() global to use from perf_event_intel
[cascardo/linux.git] / arch / x86 / kernel / cpu / perf_event.c
index 3658de4..8bac4bb 100644 (file)
@@ -1551,7 +1551,7 @@ static void __init filter_events(struct attribute **attrs)
 }
 
 /* Merge two pointer arrays */
-static __init struct attribute **merge_attr(struct attribute **a, struct attribute **b)
+__init struct attribute **merge_attr(struct attribute **a, struct attribute **b)
 {
        struct attribute **new;
        int j, i;