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)
commit24552d10339f13d2174e013002da3ed90e26adda
treec49e4ac07b6c5e9266661d4a69126de6d01b5e46
parent2963795122f50b36ed16e3ba880c3ed2de1bda6e
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