efi/x86: Mark setup_graphics static
This function is only called from efi_main in the same source file. Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Link: https://lore.kernel.org/r/20200130222004.1932152-1-nivedita@alum.mit.edu Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
8a3abe30de
commit
f32ea1cd12
|
@ -315,7 +315,7 @@ free_handle:
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setup_graphics(struct boot_params *boot_params)
|
static void setup_graphics(struct boot_params *boot_params)
|
||||||
{
|
{
|
||||||
efi_guid_t graphics_proto = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID;
|
efi_guid_t graphics_proto = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID;
|
||||||
struct screen_info *si;
|
struct screen_info *si;
|
||||||
|
|
Loading…
Reference in New Issue