mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue