These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / parisc / kernel / perf.c
index ba0c053..518f4f5 100644 (file)
@@ -543,6 +543,7 @@ static int __init perf_init(void)
 
        return 0;
 }
+device_initcall(perf_init);
 
 /*
  * perf_start_counters(void)
@@ -847,5 +848,3 @@ printk("perf_rdr_write\n");
        }
 printk("perf_rdr_write done\n");
 }
-
-module_init(perf_init);