From: Masami Hiramatsu Date: Thu, 29 Jan 2009 22:25:08 +0000 (-0800) Subject: kprobes: fix module compilation error with CONFIG_KPROBES=n X-Git-Tag: v2.6.29-rc4~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc19835df6c47ff676ad6c98722d5e529db5d74c;p=pandora-kernel.git kprobes: fix module compilation error with CONFIG_KPROBES=n Define kprobes related data structures even if CONFIG_KPROBES is not set. This fixes compilation errors which occur if CONFIG_KPROBES is not set, in kprobe using modules. [akpm@linux-foundation.org: fix build for non-kprobes-supporting architectures] Reviewed-by: Ananth N Mavinakayanahalli Signed-off-by: Masami Hiramatsu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed