]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: static functions in efi_console.c
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 07:51:41 +0000 (08:51 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 12:05:40 +0000 (13:05 +0100)
commite7175f9320d9806e4c36ca3715d923b2a7dfcc7f
tree215c42bbeb1fff80e21f030841e3f50d18657de7
parentbe6784789eb10391473bffbe72c643f2a8c565a4
efi_loader: static functions in efi_console.c

Define function set_shift_mask() as static as it is not used externally.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_console.c