mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
s390/uprobes: fix kprobes dependency
If kprobes is disabled uprobes will not compile. Fix this by including the correct header files. Signed-off-by: Jan Willeke <willeke@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
fcb1c2d75b
commit
d6fe5be34c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
* Copyright IBM Corp. 2014
|
||||
*/
|
||||
|
||||
#include <linux/kprobes.h>
|
||||
#include <asm/kprobes.h>
|
||||
#include <asm/dis.h>
|
||||
|
||||
int probe_is_prohibited_opcode(u16 *insn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue