mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 14:11:29 +01:00
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>
This commit is contained in:
parent
be6784789e
commit
e7175f9320
@ -669,7 +669,7 @@ static LIST_HEAD(cin_notify_functions);
|
||||
* @mod: Xterm shift mask
|
||||
* @key_state: receives the state of the shift, alt, control, and logo keys
|
||||
*/
|
||||
void set_shift_mask(int mod, struct efi_key_state *key_state)
|
||||
static void set_shift_mask(int mod, struct efi_key_state *key_state)
|
||||
{
|
||||
key_state->key_shift_state = EFI_SHIFT_STATE_VALID;
|
||||
if (mod) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user