Skip to content

Commit daf833b

Browse files
committed
x86/asm-prototypes: Include <asm/ptrace.h>
<asm/ftrace.h> refers to struct pt_regs, make sure it's visible. Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
1 parent 5f01694 commit daf833b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/include/asm/asm-prototypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
2+
#include <asm/ptrace.h>
23
#include <asm/ftrace.h>
34
#include <linux/uaccess.h>
45
#include <linux/pgtable.h>

0 commit comments

Comments
 (0)