diff options
Diffstat (limited to 'tools/objtool/builtin.h')
-rw-r--r-- | tools/objtool/builtin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/builtin.h b/tools/objtool/builtin.h index 65fd3cc3c98b..69762f9c5602 100644 --- a/tools/objtool/builtin.h +++ b/tools/objtool/builtin.h | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <subcmd/parse-options.h> | 20 | #include <subcmd/parse-options.h> |
21 | 21 | ||
22 | extern const struct option check_options[]; | 22 | extern const struct option check_options[]; |
23 | extern bool no_fp, no_unreachable, retpoline, module, backtrace; | 23 | extern bool no_fp, no_unreachable, retpoline, module, backtrace, uaccess; |
24 | 24 | ||
25 | extern int cmd_check(int argc, const char **argv); | 25 | extern int cmd_check(int argc, const char **argv); |
26 | extern int cmd_orc(int argc, const char **argv); | 26 | extern int cmd_orc(int argc, const char **argv); |