summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/kprobes.h
diff options
context:
space:
mode:
authorTony Luck2010-01-07 00:52:35 +0100
committerTony Luck2010-01-07 00:52:35 +0100
commit410dc0aac63d1500faeabcbaecce4f4266380ed1 (patch)
tree463c8c4fbea9beb5881211ffcf88aa1ee03d296f /arch/ia64/include/asm/kprobes.h
parent[IA64] use helpers for rlimits (diff)
downloadkernel-qcow2-linux-410dc0aac63d1500faeabcbaecce4f4266380ed1.tar.gz
kernel-qcow2-linux-410dc0aac63d1500faeabcbaecce4f4266380ed1.tar.xz
kernel-qcow2-linux-410dc0aac63d1500faeabcbaecce4f4266380ed1.zip
[IA64] sanity in #include files. Move fnptr to types.h
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/include/asm/kprobes.h')
-rw-r--r--arch/ia64/include/asm/kprobes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/include/asm/kprobes.h b/arch/ia64/include/asm/kprobes.h
index dbf83fb28db3..d5505d6f2382 100644
--- a/arch/ia64/include/asm/kprobes.h
+++ b/arch/ia64/include/asm/kprobes.h
@@ -103,11 +103,6 @@ typedef struct kprobe_opcode {
bundle_t bundle;
} kprobe_opcode_t;
-struct fnptr {
- unsigned long ip;
- unsigned long gp;
-};
-
/* Architecture specific copy of original instruction*/
struct arch_specific_insn {
/* copy of the instruction to be emulated */