]> git.baikalelectronics.ru Git - kernel.git/commit
efi/libstub: Fix missing-prototype warning for skip_spaces()
authorArd Biesheuvel <ardb@kernel.org>
Mon, 15 Jun 2020 10:31:14 +0000 (12:31 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Mon, 15 Jun 2020 17:43:58 +0000 (19:43 +0200)
commitefb085e9739a441292d4383371d8c514fc67ea3f
treec49e4ac07b6c5e9266661d4a69126de6d01b5e46
parentadfabadf6f7a30c09bdeda5a1b9a4c54a58e4a47
efi/libstub: Fix missing-prototype warning for skip_spaces()

Include <linux/string.h> into skip_spaces.c to silence a compiler
warning about a missing prototype.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/skip_spaces.c