mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 00:08:50 +00:00
vt: vt_kern.h, remove the repeated declaration
Function 'vt_set_led_state' is declared twice, so remove the repeated declaration. Cc: Jiri Slaby <jirislaby@kernel.org> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Link: https://lore.kernel.org/r/1623062933-52943-1-git-send-email-zhangshaokun@hisilicon.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e2129550de
commit
a69008475f
@ -166,7 +166,6 @@ int vt_get_kbd_mode_bit(int console, int bit);
|
||||
void vt_set_kbd_mode_bit(int console, int bit);
|
||||
void vt_clr_kbd_mode_bit(int console, int bit);
|
||||
void vt_set_led_state(int console, int leds);
|
||||
void vt_set_led_state(int console, int leds);
|
||||
void vt_kbd_con_start(int console);
|
||||
void vt_kbd_con_stop(int console);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user