From: Jiri Slaby Date: Mon, 24 Feb 2014 18:59:59 +0000 (+0100) Subject: ftrace: Do not pass data to ftrace_dyn_arch_init X-Git-Tag: v3.15-rc1~110^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a36cb11ca65cd6804972eaf1000378ba4384ea7;p=pandora-kernel.git ftrace: Do not pass data to ftrace_dyn_arch_init As the data parameter is not really used by any ftrace_dyn_arch_init, remove that from ftrace_dyn_arch_init. This also removes the addr local variable from ftrace_init which is now unused. Note the documentation was imprecise as it did not suggest to set (*data) to 0. Link: http://lkml.kernel.org/r/1393268401-24379-4-git-send-email-jslaby@suse.cz Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: linux-arch@vger.kernel.org Signed-off-by: Jiri Slaby Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed