diff options
Diffstat (limited to 'tools/objtool/check.h')
-rw-r--r-- | tools/objtool/check.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/check.h b/tools/objtool/check.h index 23a1d065cae1..936255ba23db 100644 --- a/tools/objtool/check.h +++ b/tools/objtool/check.h | |||
@@ -63,7 +63,7 @@ struct objtool_file { | |||
63 | bool ignore_unreachables, c_file, hints; | 63 | bool ignore_unreachables, c_file, hints; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | int check(const char *objname, bool no_fp, bool no_unreachable, bool orc); | 66 | int check(const char *objname, bool orc); |
67 | 67 | ||
68 | struct instruction *find_insn(struct objtool_file *file, | 68 | struct instruction *find_insn(struct objtool_file *file, |
69 | struct section *sec, unsigned long offset); | 69 | struct section *sec, unsigned long offset); |