X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fkprobes.h;h=4fe681de1e76c164eedb543bad7333aa57de4b6d;hb=1965aae3c98397aad957412413c07e97b1bd4e64;hp=8a0748d01036711c509e99d2d5121fbd81100380;hpb=87e299e5c7508a9443f04703f1d0c7f518f79ea9;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/include/asm/kprobes.h b/arch/x86/include/asm/kprobes.h index 8a0748d0103..4fe681de1e7 100644 --- a/arch/x86/include/asm/kprobes.h +++ b/arch/x86/include/asm/kprobes.h @@ -1,5 +1,5 @@ -#ifndef ASM_X86__KPROBES_H -#define ASM_X86__KPROBES_H +#ifndef _ASM_X86_KPROBES_H +#define _ASM_X86_KPROBES_H /* * Kernel Probes (KProbes) * @@ -85,4 +85,4 @@ struct kprobe_ctlblk { extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr); extern int kprobe_exceptions_notify(struct notifier_block *self, unsigned long val, void *data); -#endif /* ASM_X86__KPROBES_H */ +#endif /* _ASM_X86_KPROBES_H */