From: Jon Medhurst Date: Wed, 20 Apr 2011 09:52:38 +0000 (+0100) Subject: ARM: kprobes: Split out internal parts of kprobes.h X-Git-Tag: v3.1-rc1~258^2^2~2^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221bf15ffd2ad6cdc624aa4274f706499501c123;p=pandora-kernel.git ARM: kprobes: Split out internal parts of kprobes.h Later, we will be adding a considerable amount of internal implementation definitions to kprobe header files and it would be good to have these in local header file along side the source code, rather than pollute the existing header which is include by all users of kprobes. To this end, we add arch/arm/kernel/kprobes.h and move into this the existing internal defintions from arch/arm/include/asm/kprobes.h Signed-off-by: Jon Medhurst Acked-by: Nicolas Pitre --- Reading git-diff-tree failed