diff options
author | Shaokun Zhang <[email protected]> | 2021-06-07 18:48:53 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-06-09 14:44:31 +0200 |
commit | a69008475fc565cec5a760f1997f326773c84aac (patch) | |
tree | af5ced22962a02c24be899d85db97347a6d8b7de | |
parent | e2129550de99a7654f323eb332c337314bd6b592 (diff) |
vt: vt_kern.h, remove the repeated declaration
Function 'vt_set_led_state' is declared twice, so remove the
repeated declaration.
Cc: Jiri Slaby <[email protected]>
Signed-off-by: Shaokun Zhang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | include/linux/vt_kern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index 94e7a315479c..0da94a6dee15 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h @@ -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); |