diff options
| author | Pratyush Anand <[email protected]> | 2016-11-07 23:07:22 +0530 |
|---|---|---|
| committer | Catalin Marinas <[email protected]> | 2016-11-07 18:15:21 +0000 |
| commit | 7b03b6223105cc02672616211149ccda04184bfd (patch) | |
| tree | ebd6171b06d8b4ef9b2aae6460d253b44cf57a48 /net/unix/af_unix.c | |
| parent | 9842ceae9fa8deae141533d52a6ead7666962c09 (diff) | |
arm64: fix error: conflicting types for 'kprobe_fault_handler'
When CONFIG_KPROBE is disabled but CONFIG_UPROBE_EVENT is enabled, we get
following compilation error:
In file included from
.../arch/arm64/kernel/probes/decode-insn.c:20:0:
.../arch/arm64/include/asm/kprobes.h:52:5: error:
conflicting types for 'kprobe_fault_handler'
int kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr);
^~~~~~~~~~~~~~~~~~~~
In file included from
.../arch/arm64/kernel/probes/decode-insn.c:17:0:
.../include/linux/kprobes.h:398:90: note:
previous definition of 'kprobe_fault_handler' was here
static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr)
^
.../scripts/Makefile.build:290: recipe for target
'arch/arm64/kernel/probes/decode-insn.o' failed
<asm/kprobes.h> is already included from <linux/kprobes.h> under #ifdef
CONFIG_KPROBE. So, this patch fixes the error by removing it from
decode-insn.c.
Reported-by: Catalin Marinas <[email protected]>
Signed-off-by: Pratyush Anand <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions