import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / Documentation / trace / ftrace-design.txt
index 79fcafc7fd64119c6924625a1faf5a93c04acf8e..3f669b9e88526e4d9958219876565830c9c0e844 100644 (file)
@@ -358,11 +358,8 @@ Every arch has an init callback function.  If you need to do something early on
 to initialize some state, this is the time to do that.  Otherwise, this simple
 function below should be sufficient for most people:
 
-int __init ftrace_dyn_arch_init(void *data)
+int __init ftrace_dyn_arch_init(void)
 {
-       /* return value is done indirectly via data */
-       *(unsigned long *)data = 0;
-
        return 0;
 }