diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-05-26 12:36:48 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-05-28 11:06:16 +0200 |
commit | 684e3f965d0be8c26fedefe94f637374242aba08 (patch) | |
tree | 7876a17af2056051a5cb0b98003d7a27ece6fb5b /arch/x86 | |
parent | 1ea34adb87c969b89dfd83f1905a79161e9ada26 (diff) | |
download | linux-stable-684e3f965d0be8c26fedefe94f637374242aba08.tar.gz linux-stable-684e3f965d0be8c26fedefe94f637374242aba08.tar.bz2 linux-stable-684e3f965d0be8c26fedefe94f637374242aba08.zip |
efi: Remove duplicate 'const' specifiers
gcc-7 shows these harmless warnings:
drivers/firmware/efi/libstub/secureboot.c:19:27: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
static const efi_char16_t const efi_SecureBoot_name[] = {
drivers/firmware/efi/libstub/secureboot.c:22:27: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
Removing one of the specifiers gives us the expected behavior.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
Reviewed-by: David Howells <dhowells@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Josh Boyer <jwboyer@fedoraproject.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Fixes: de8cb458625c ("efi: Get and store the secure boot status")
Link: http://lkml.kernel.org/r/20170526113652.21339-3-matt@codeblueprint.co.uk
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions