diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-02-27 21:29:03 +0100 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2017-02-27 14:10:10 -0800 |
commit | dcc235279a52d49023d4f1af7c3ed468a97015ae (patch) | |
tree | 4766104c2b8dfcc8719255aabbee98ac09a49cab /tools/usb | |
parent | 5a45a4c5c3f5e36a03770deb102ca6ba256ff3d7 (diff) | |
download | linux-dcc235279a52d49023d4f1af7c3ed468a97015ae.tar.gz linux-dcc235279a52d49023d4f1af7c3ed468a97015ae.tar.bz2 linux-dcc235279a52d49023d4f1af7c3ed468a97015ae.zip |
gcc-plugins: fix sancov_plugin for gcc-5
The name of the local variable was inadvertantly changed from
sancov_plugin_pass_info to sancov_pass_info:
scripts/gcc-plugins/sancov_plugin.c: In function ‘int plugin_init(plugin_name_args*, plugin_gcc_version*)’:
scripts/gcc-plugins/sancov_plugin.c:136:67: error: ‘sancov_plugin_pass_info’ was not declared in this scope
This changes the conditional reference to this variable as well.
Fixes: 5a45a4c5c3f5 ("gcc-plugins: consolidate on PASS_INFO macro")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'tools/usb')
0 files changed, 0 insertions, 0 deletions