From: Borislav Petkov Date: Thu, 20 Sep 2012 12:43:54 +0000 (+0200) Subject: kprobes/x86: Move skip_singlestep up X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50a011f6409e888d5f41343024d24885281f048c;p=pandora-kernel.git kprobes/x86: Move skip_singlestep up I get this warning: arch/x86/kernel/kprobes.c:544:23: warning: ‘skip_singlestep’ declared ‘static’ but never defined on tip/auto-latest. Put the skip_singlestep function declaration up, in KPROBES_CAN_USE_FTRACE and drop the superfluous forward declaration. Signed-off-by: Borislav Petkov Acked-by: Masami Hiramatsu Cc: Steven Rostedt Link: http://lkml.kernel.org/r/1348145034-16603-1-git-send-email-bp@amd64.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed